oxc/crates/oxc_sourcemap
overlookmotel fefbbc1a5e
docs(sourcemap): add trailing newline to README (#5539)
For consistency with our `.editorconfig`.
2024-09-06 15:24:52 +01:00
..
src refactor(sourcemap): lower the msrv. (#4873) 2024-08-13 10:52:34 +00:00
Cargo.toml release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +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().