Searched defs:tokenSourceMapRanges (Results 1 – 3 of 3) sorted by relevance
103 …const tokenSourceMapRanges = emitNode.tokenSourceMapRanges ?? (emitNode.tokenSourceMapRanges = []); constant
6460 tokenSourceMapRanges, constant
6643 …tokenSourceMapRanges?: (SourceMapRange | undefined)[]; // The text range to use when emitting sour… property