oxc_sourcemap

Crates.iooxc_sourcemap
lib.rsoxc_sourcemap
version0.36.0
sourcesrc
created_at2024-03-30 06:01:01.079283
updated_at2024-11-09 16:34:56.555845
descriptionA collection of JavaScript tools written in Rust.
homepagehttps://oxc.rs
repositoryhttps://github.com/oxc-project/oxc
max_upload_size
id1190832
size62,038
Boshen (Boshen)

documentation

README

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().
Commit count: 6724

cargo fmt