Home
last modified time | relevance | path

Searched defs:moduleSpecifierText (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixCannotFindModule.ts47 const moduleSpecifierText = tryCast(getTokenAtPosition(sourceFile, pos), isStringLiteral); constant
/third_party/typescript/src/compiler/
DohApi.ts1193 const moduleSpecifierText = (statement.moduleSpecifier as StringLiteral).text; constant
1262 …const moduleSpecifierText = ((statement as ImportDeclaration).moduleSpecifier as StringLiteral).te… constant
/third_party/typescript/src/services/
DorganizeImports.ts224 const moduleSpecifierText = isStringLiteral(moduleSpecifier) && moduleSpecifier.text; constant
/third_party/typescript/lib/
Dtsc.js39450 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument
DtypingsInstaller.js47871 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument