Searched defs:exportedNames (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/transformers/module/ |
| D | system.ts | 326 const exportedNames: ObjectLiteralElementLike[] = []; constant 1785 const exportedNames = getExports(node.left); constant 1820 const exportedNames = getExports(node.operand); constant
|
| D | module.ts | 1284 const exportedNames = getExports(name); constant 1826 const exportedNames = getExports(node.left); constant 1863 const exportedNames = getExports(node.operand); constant
|
| /third_party/typescript/src/compiler/transformers/ |
| D | utilities.ts | 13 …exportedNames: Identifier[] | undefined; // all exported names in the module, both local and reexp… property
|
| /third_party/typescript/lib/ |
| D | tsc.js | 69772 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
|
| D | typingsInstaller.js | 82917 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
|
| D | typescriptServices.js | 83122 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
|
| D | typescript.js | 83122 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
|
| D | tsserverlibrary.js | 83122 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
|
| D | tsserver.js | 82928 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
|