Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DstringCompletions.ts62 const optionalReplacementSpan = createTextSpanFromStringLiteralLikeContent(contextToken);
Dutilities.ts1807 … return createTextSpanFromStringLiteralLikeContent(contextToken as StringLiteralLike);
1817 export function createTextSpanFromStringLiteralLikeContent(node: StringLiteralLike) { function