Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts324 const exportedNames: ObjectLiteralElementLike[] = []; constant
1628 const exportedNames = getExports(node.operand); constant
1879 const exportedNames = getExports(node.left); constant
Dmodule.ts676 const exportedNames = getExports(node.operand); constant
1388 const exportedNames = getExports(name); constant
1963 const exportedNames = getExports(node.left); 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/
DtypingsInstaller.js95221 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
Dtsc.js80610 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument