Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts199 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);
/third_party/typescript/src/services/
DorganizeImports.ts39 organizeImportsWorker(topLevelExportDecls, coalesceExports);
51 organizeImportsWorker(ambientModuleExportDecls, coalesceExports);
380 export function coalesceExports(exportGroup: readonly ExportDeclaration[]) { function