Home
last modified time | relevance | path

Searched defs:exportedNames (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts326 const exportedNames: ObjectLiteralElementLike[] = []; constant
1785 const exportedNames = getExports(node.left); constant
1820 const exportedNames = getExports(node.operand); constant
Dmodule.ts1284 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/
Dutilities.ts13exportedNames: Identifier[] | undefined; // all exported names in the module, both local and reexp… property
/third_party/typescript/lib/
Dtsc.js69772 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
DtypingsInstaller.js82917 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
DtypescriptServices.js83122 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
Dtypescript.js83122 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
Dtsserverlibrary.js83122 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
Dtsserver.js82928 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument