mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
The rolldown plugin hook could return an object map, cast it to string at node, and decode it has unnecessary json overhead at rust. So here export an new function to let rolldown could using `JSONSourceMap` to generate `Sourcemap`. |
||
|---|---|---|
| .. | ||
| concat_sourcemap_builder.rs | ||
| decode.rs | ||
| encode.rs | ||
| error.rs | ||
| lib.rs | ||
| sourcemap.rs | ||
| sourcemap_builder.rs | ||
| sourcemap_visualizer.rs | ||
| token.rs | ||