Skip to content

Commit

Permalink
docs(sourcemap): add trailing newline to README (#5539)
Browse files Browse the repository at this point in the history
For consistency with our `.editorconfig`.
  • Loading branch information
overlookmotel authored Sep 6, 2024
1 parent 09aa86d commit fefbbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_sourcemap/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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()`.
- Avoid `Sourcemap` some methods overhead, like `SourceMap::tokens()`.

0 comments on commit fefbbc1

Please sign in to comment.