oxc/crates/oxc_sourcemap/src
underfin 205c259119
feat(sourcemap): support SourceMapBuilder#token_chunks (#4220)
Because the `token_chunks` need to pre-visit tokens and collect, it
could be done at add tokens phase. So here export it let rolldown could
be improve `renderChunks` sourcemap encode.
2024-07-13 10:11:14 +08:00
..
concat_sourcemap_builder.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
decode.rs chore(sourcemap): make JSONSourceMap fileds public (#3385) 2024-05-22 20:15:24 +08:00
encode.rs feat: oxc transform binding (#3896) 2024-06-26 21:57:19 +08:00
error.rs feat(sourcemap): impl std::fmt::Display for Error (#3902) 2024-06-26 05:10:48 +00:00
lib.rs feat(sourcemap): support SourceMapBuilder#token_chunks (#4220) 2024-07-13 10:11:14 +08:00
sourcemap.rs feat: oxc transform binding (#3896) 2024-06-26 21:57:19 +08:00
sourcemap_builder.rs feat(sourcemap): support SourceMapBuilder#token_chunks (#4220) 2024-07-13 10:11:14 +08:00
sourcemap_visualizer.rs fix(sourcemap): should add tokens for unordered span (#3941) 2024-06-27 20:24:22 +08:00
token.rs feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00