oxc/crates/oxc_sourcemap
2024-07-23 15:51:01 +08:00
..
src fix(sourcemap): avoid negative line if token_chunks has same prev_dst_line (#4348) 2024-07-19 18:14:35 +08:00
Cargo.toml Revert "Release crates v0.22.0" (#4418) 2024-07-23 15:51:01 +08:00
CHANGELOG.md Revert "Release crates v0.22.0" (#4418) 2024-07-23 15:51:01 +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().