oxc/crates/oxc_sourcemap
2024-10-24 10:29:22 +08:00
..
src feat(sourcemap): Add support for sourcemap debug IDs (#6221) 2024-10-07 13:54:08 +08:00
Cargo.toml release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
CHANGELOG.md release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
README.md docs(sourcemap): add trailing newline to README (#5539) 2024-09-06 15:24:52 +01: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().