Searched refs:concatConsecutiveString (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | convertStringOrTemplateLiteral.ts | 166 …function concatConsecutiveString(index: number, nodes: readonly Expression[]): [nextIndex: number,… function 192 const [begin, headText, rawHeadText, headIndexes] = concatConsecutiveString(0, nodes); 208 …t [newIndex, subsequentText, rawSubsequentText, stringIndexes] = concatConsecutiveString(i + 1, no…
|