Searched defs:exportSpecifiers (Results 1 – 4 of 4) sorted by relevance
11 …exportSpecifiers: ESMap<string, ExportSpecifier[]>; // file-local export specifiers by name (no re… property70 const exportSpecifiers = createMultiMap<ExportSpecifier>(); constant
278 …const exportSpecifiers = exports.map(e => factory.createExportSpecifier(/*isTypeOnly*/ false, e.na… constant
1100 const exportSpecifiers = moduleInfo.exportSpecifiers.get(idText(name)); constant
1635 const exportSpecifiers = currentModuleInfo.exportSpecifiers.get(idText(name)); constant