Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DorganizeImports.ts196 else if (hasModuleDeclarationMatchingSpecifier(sourceFile, moduleSpecifier)) {
223 …function hasModuleDeclarationMatchingSpecifier(sourceFile: SourceFile, moduleSpecifier: Expression… function