oxc/crates/oxc_sourcemap
2024-06-27 20:24:22 +08:00
..
src fix(sourcemap): should add tokens for unordered span (#3941) 2024-06-27 20:24:22 +08:00
Cargo.toml Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
CHANGELOG.md chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +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().