Searched refs:coalesceExports (Results 1 – 2 of 2) sorted by relevance
199 assert.isEmpty(OrganizeImports.coalesceExports([]));204 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);220 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);229 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);238 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);247 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);257 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);268 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);279 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);288 const actualCoalescedExports = OrganizeImports.coalesceExports(sortedExports);
39 organizeImportsWorker(topLevelExportDecls, coalesceExports);51 organizeImportsWorker(ambientModuleExportDecls, coalesceExports);380 export function coalesceExports(exportGroup: readonly ExportDeclaration[]) { function