Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts22 const textRangeWithKind: TextRangeWithKind<T> = { pos, end, kind }; constant
24 Object.defineProperty(textRangeWithKind, "__debugKind", {
28 return textRangeWithKind;