Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts192 const [begin, headText, rawHeadText, headIndexes] = concatConsecutiveString(0, nodes); constant
195 …noSubstitutionTemplateLiteral = factory.createNoSubstitutionTemplateLiteral(headText, rawHeadText);
201 const templateHead = factory.createTemplateHead(headText, rawHeadText);