oxc/crates/oxc_sourcemap
2024-05-07 23:47:36 +08:00
..
src feat(sourcemap): add "rayon" feature (#3198) 2024-05-07 23:47:36 +08:00
Cargo.toml feat(sourcemap): add "rayon" feature (#3198) 2024-05-07 23:47:36 +08:00
CHANGELOG.md Release crates v0.12.3 2024-04-11 16:18:17 +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().