Home
last modified time | relevance | path

Searched refs:getNamesToExportInCommonJS (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts780 const names = getNamesToExportInCommonJS(decl);
790getNamesToExportInCommonJS(decl).some(name => sourceFile.symbol.exports!.has(escapeLeadingUndersco…
823 return [decl, ...getNamesToExportInCommonJS(decl).map(createExportAssignment)];
825 function getNamesToExportInCommonJS(decl: TopLevelDeclarationStatement): readonly string[] { function