Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Dutilities.ts29exportSpecifiers: ESMap<string, ExportSpecifier[]>; // file-local export specifiers by name (no re… property
93 const exportSpecifiers = createMultiMap<ExportSpecifier>(); constant
/third_party/typescript/src/testRunner/unittests/
Dtransform.ts284 …const exportSpecifiers = exports.map(e => ts.factory.createExportSpecifier(/*isTypeOnly*/ false, e… constant
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts1125 const exportSpecifiers = moduleInfo.exportSpecifiers.get(idText(name)); constant
Dmodule.ts1663 const exportSpecifiers = currentModuleInfo.exportSpecifiers.get(idText(name)); constant