mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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()` caused extra overhead at common cases. Here using `SourceViewToken` to instead of it. |
||
|---|---|---|
| .. | ||
| runtime | ||
| babel.rs | ||
| codegen.rs | ||
| lib.rs | ||
| main.rs | ||
| minifier.rs | ||
| misc.rs | ||
| prettier.rs | ||
| sourcemap.rs | ||
| suite.rs | ||
| test262.rs | ||
| typescript.rs | ||