Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DorganizeImports.ts50 … const ambientModuleExportDecls = ambientModule.body.statements.filter(isExportDeclaration); constant
51 organizeImportsWorker(ambientModuleExportDecls, coalesceExports);