oxc/crates/oxc_sourcemap
Boshen 63a830e08c
chore(dprint): format toml files (#5599)
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-09-08 14:26:16 +08:00
..
src refactor(sourcemap): lower the msrv. (#4873) 2024-08-13 10:52:34 +00:00
Cargo.toml chore(dprint): format toml files (#5599) 2024-09-08 14:26:16 +08:00
CHANGELOG.md Release crates v0.24.3 (#4950) 2024-08-18 14:16:25 +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().