Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DformattingScanner.ts181 const token = createTextRangeWithKind(
196 const trivia = createTextRangeWithKind(
265 …return createTextRangeWithKind(scanner.getStartPos(), scanner.getTextPos(), SyntaxKind.EndOfFileTo…
Dformatting.ts21 …export function createTextRangeWithKind<T extends SyntaxKind>(pos: number, end: number, kind: T): … function