Home
last modified time | relevance | path

Searched defs:exportStarFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts264 const exportStarFunction = addExportStarIfNeeded(statements)!; // TODO: GH#18217 constant
318 const exportStarFunction = createExportStarFunction(/*localNames*/ undefined); constant
356 const exportStarFunction = createExportStarFunction(exportedNamesStorageRef); constant
369 const exportStarFunction = factory.createUniqueName("exportStar"); constant
/third_party/typescript/lib/
Dtsc.js93086 function createSettersArray(exportStarFunction, dependencyGroups) { argument
DtypingsInstaller.js112645 function createSettersArray(exportStarFunction, dependencyGroups) { argument