Searched defs:exportSpecifiers (Results 1 – 8 of 8) sorted by relevance
11 …exportSpecifiers: ESMap<string, ExportSpecifier[]>; // file-local export specifiers by name (no re… property70 const exportSpecifiers = createMultiMap<ExportSpecifier>(); constant
257 … const exportSpecifiers = exports.map(e => factory.createExportSpecifier(e.name, e.name)); constant
1091 const exportSpecifiers = moduleInfo.exportSpecifiers.get(idText(name)); constant
1524 const exportSpecifiers = currentModuleInfo.exportSpecifiers.get(idText(name)); constant
138613 function makeExportDeclaration(exportSpecifiers, moduleSpecifier) { argument
138044 function makeExportDeclaration(exportSpecifiers, moduleSpecifier) { argument