Expand description
Efficient source view with lazy line caching and UTF-16 column support.
SourceView provides indexed access to lines in a JavaScript source file,
with support for UTF-16 column offsets (as used by source maps) and
heuristic function name inference for error grouping.
Structsยง
- Source
View - Efficient view into a JavaScript source string with lazy line indexing.