denoland / deno_ast

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

feat: allow specifying a base for source maps #262

Closed dsherret closed 1 month ago

dsherret commented 1 month ago

Unreverts https://github.com/denoland/deno_ast/pull/92

Co-authored-by: Kitson Kelly me@kitsonkelly.com

Closes #94