Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DformattingScanner.ts36 let leadingTrivia: TextRangeWithTriviaKind[] | undefined;
37 let trailingTrivia: TextRangeWithTriviaKind[] | undefined;
86 const item: TextRangeWithTriviaKind = {
Dformatting.ts13 export type TextRangeWithTriviaKind = TextRangeWithKind<TriviaSyntaxKind>; alias
16 leadingTrivia: TextRangeWithTriviaKind[] | undefined;
18 trailingTrivia: TextRangeWithTriviaKind[] | undefined;