Searched defs:moduleSpecifierText (Results 1 – 5 of 5) sorted by relevance
51 const moduleSpecifierText = tryCast(getTokenAtPosition(sourceFile, pos), isStringLiteral); constant
1344 const moduleSpecifierText = (statement.moduleSpecifier as StringLiteral).text; constant1413 …const moduleSpecifierText = ((statement as ImportDeclaration).moduleSpecifier as StringLiteral).te… constant
236 const moduleSpecifierText = isStringLiteral(moduleSpecifier) && moduleSpecifier.text; constant
29532 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument
39199 function inWhiteList(moduleSpecifierText, importName, inEtsContext) { argument