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