Searched defs:moduleSpecifierText (Results 1 – 5 of 5) sorted by relevance
47 const moduleSpecifierText = tryCast(getTokenAtPosition(sourceFile, pos), isStringLiteral); constant
1193 const moduleSpecifierText = (statement.moduleSpecifier as StringLiteral).text; constant1262 …const moduleSpecifierText = ((statement as ImportDeclaration).moduleSpecifier as StringLiteral).te… constant
224 const moduleSpecifierText = isStringLiteral(moduleSpecifier) && moduleSpecifier.text; constant
39450 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument
47871 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument