Home
last modified time | relevance | path

Searched defs:tokenSourceMapRanges (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/factory/
DemitNode.ts103 …const tokenSourceMapRanges = emitNode.tokenSourceMapRanges ?? (emitNode.tokenSourceMapRanges = []); constant
DnodeFactory.ts6460 tokenSourceMapRanges, constant
/third_party/typescript/src/compiler/
Dtypes.ts6643tokenSourceMapRanges?: (SourceMapRange | undefined)[]; // The text range to use when emitting sour… property