oxc/crates/oxc_sourcemap
underfin 96f02e6e21
feat(sourcemap): optional JSONSourceMap fileds (#2910)
Support optional JSONSourceMap fileds to support js side complex typing.
2024-04-07 23:32:12 +08:00
..
src feat(sourcemap): optional JSONSourceMap fileds (#2910) 2024-04-07 23:32:12 +08:00
Cargo.toml Release crates v0.11.2 2024-04-03 19:36:54 +08:00
CHANGELOG.md Release crates v0.11.1 2024-04-03 16:57:52 +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().