Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixCannotFindModule.ts51 const moduleSpecifierText = tryCast(getTokenAtPosition(sourceFile, pos), isStringLiteral); constant
/third_party/typescript/src/compiler/
DohApi.ts1344 const moduleSpecifierText = (statement.moduleSpecifier as StringLiteral).text; constant
1413 …const moduleSpecifierText = ((statement as ImportDeclaration).moduleSpecifier as StringLiteral).te… constant
/third_party/typescript/src/services/
DorganizeImports.ts236 const moduleSpecifierText = isStringLiteral(moduleSpecifier) && moduleSpecifier.text; constant
/third_party/typescript/lib/
DtypingsInstaller.js29532 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument
Dtsc.js39199 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument