From fefbbc1a5e3e0a275bd1710b4fe37d89fc864dcf Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Fri, 6 Sep 2024 15:24:52 +0100 Subject: [PATCH] docs(sourcemap): add trailing newline to README (#5539) For consistency with our `.editorconfig`. --- crates/oxc_sourcemap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_sourcemap/README.md b/crates/oxc_sourcemap/README.md index 53792df52..0d42da9b0 100644 --- a/crates/oxc_sourcemap/README.md +++ b/crates/oxc_sourcemap/README.md @@ -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()`. \ No newline at end of file +- Avoid `Sourcemap` some methods overhead, like `SourceMap::tokens()`.