Searched defs:exportStarFunction (Results 1 – 3 of 3) sorted by relevance
264 const exportStarFunction = addExportStarIfNeeded(statements)!; // TODO: GH#18217 constant318 const exportStarFunction = createExportStarFunction(/*localNames*/ undefined); constant356 const exportStarFunction = createExportStarFunction(exportedNamesStorageRef); constant369 const exportStarFunction = factory.createUniqueName("exportStar"); constant
93086 function createSettersArray(exportStarFunction, dependencyGroups) { argument
112645 function createSettersArray(exportStarFunction, dependencyGroups) { argument