Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts65 function skipWhitespacesAndLineBreaks(text: string, start: number) { function
216 … adjustedStartPosition = skipWhitespacesAndLineBreaks(sourceFile.text, adjustedStartPosition);
839 … const startPos = skipWhitespacesAndLineBreaks(sourceFile.text, nextNode.getFullStart());