Skip to main content

Module source_view

Module source_view 

Source
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ยง

SourceView
Efficient view into a JavaScript source string with lazy line indexing.