oxc/crates/oxc_sourcemap
2024-10-24 10:29:22 +08:00
..
src
Cargo.toml release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
CHANGELOG.md
README.md

The sourcemap implement port from rust-sourcemap, but has some different with it.

  • Encode sourcemap at parallel, including quote sourceContent and encode token to vlq mappings.
  • Avoid Sourcemap some methods overhead, like SourceMap::tokens().