Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DorganizeImports.ts24 const processImportsOfSameModuleSpecifier = (importGroup: readonly ImportDeclaration[]) => { constant
33 …ch(importGroupDecl => organizeImportsWorker(importGroupDecl, processImportsOfSameModuleSpecifier));
46 …ch(importGroupDecl => organizeImportsWorker(importGroupDecl, processImportsOfSameModuleSpecifier));