oxc/crates/oxc_sourcemap/README.md
overlookmotel fefbbc1a5e
docs(sourcemap): add trailing newline to README (#5539)
For consistency with our `.editorconfig`.
2024-09-06 15:24:52 +01:00

4 lines
301 B
Markdown

The sourcemap implement port from [rust-sourcemap](https://github.com/getsentry/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()`.