denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
144 stars 43 forks source link

feat: add `SourceMap` wrapper #234

Closed dsherret closed 3 months ago

dsherret commented 3 months ago

Slightly simplifies the usage of SourceMap in our code.