oxc/crates/oxc_sourcemap
2024-06-06 01:29:38 +08:00
..
src chore(sourcemap): make JSONSourceMap fileds public (#3385) 2024-05-22 20:15:24 +08:00
Cargo.toml Publish crates v0.13.3 (#3527) 2024-06-04 18:02:40 +08:00
CHANGELOG.md chore: regenerate changelog 2024-06-06 01:29:38 +08:00
README.md feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00

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().