Module sourcemap

Source
Expand description

Tools to work with source positions and mapping.

Structsยง

SourcePos
Positions of the start and the end of an AST node.
SourceWithLineStarts
Holds source code, allows to calculate line:column from byte offset.