Home
last modified time | relevance | path

Searched defs:exportSpecifiers (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dutilities.ts11exportSpecifiers: ESMap<string, ExportSpecifier[]>; // file-local export specifiers by name (no re… property
70 const exportSpecifiers = createMultiMap<ExportSpecifier>(); constant
/third_party/typescript/src/testRunner/unittests/
Dtransform.ts257 … const exportSpecifiers = exports.map(e => factory.createExportSpecifier(e.name, e.name)); constant
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts1091 const exportSpecifiers = moduleInfo.exportSpecifiers.get(idText(name)); constant
Dmodule.ts1524 const exportSpecifiers = currentModuleInfo.exportSpecifiers.get(idText(name)); constant
/third_party/typescript/lib/
DtypescriptServices.js138613 function makeExportDeclaration(exportSpecifiers, moduleSpecifier) { argument
Dtypescript.js138613 function makeExportDeclaration(exportSpecifiers, moduleSpecifier) { argument
Dtsserverlibrary.js138613 function makeExportDeclaration(exportSpecifiers, moduleSpecifier) { argument
Dtsserver.js138044 function makeExportDeclaration(exportSpecifiers, moduleSpecifier) { argument