oxc/crates/oxc_sourcemap
2024-04-01 20:04:48 +08:00
..
src fix(codegen): sourcemap token name should be original name (#2843) 2024-03-28 20:14:10 +08:00
Cargo.toml Release crates v0.11.0 2024-03-30 13:54:53 +08:00
CHANGELOG.md chore: add changelogs via git cliff (#2878) 2024-04-01 20:04:48 +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().