mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
docs(sourcemap): add trailing newline to README (#5539)
For consistency with our `.editorconfig`.
This commit is contained in:
parent
09aa86dcbe
commit
fefbbc1a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
The sourcemap implement port from [rust-sourcemap](https://github.com/getsentry/rust-sourcemap), but has some different with it.
|
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.
|
- Encode sourcemap at parallel, including quote `sourceContent` and encode token to `vlq` mappings.
|
||||||
- Avoid `Sourcemap` some methods overhead, like `SourceMap::tokens()`.
|
- Avoid `Sourcemap` some methods overhead, like `SourceMap::tokens()`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue