oxc/crates/oxc_sourcemap
github-actions[bot] 079d42f68b
Release crates v0.13.2 (#3513)
Co-authored-by: Boshen <Boshen@users.noreply.github.com>
2024-06-03 12:40:53 +08:00
..
src chore(sourcemap): make JSONSourceMap fileds public (#3385) 2024-05-22 20:15:24 +08:00
Cargo.toml Release crates v0.13.2 (#3513) 2024-06-03 12:40:53 +08:00
CHANGELOG.md Release crates v0.13.1 2024-05-22 16:50:30 +08:00
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().