oxc/crates/oxc_sourcemap
2024-08-13 10:52:34 +00:00
..
src refactor(sourcemap): lower the msrv. (#4873) 2024-08-13 10:52:34 +00:00
Cargo.toml Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
CHANGELOG.md Release crates v0.24.0 (#4749) 2024-08-08 14:00:57 +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().