Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts289 const exportStarFunction = addExportStarIfNeeded(statements)!; // TODO: GH#18217 constant
343 const exportStarFunction = createExportStarFunction(/*localNames*/ undefined); constant
381 const exportStarFunction = createExportStarFunction(exportedNamesStorageRef); constant
394 const exportStarFunction = factory.createUniqueName("exportStar"); constant
/third_party/typescript/lib/
Dtsc.js95442 function createSettersArray(exportStarFunction, dependencyGroups) { argument