oxc/crates/oxc_sourcemap/src
dalaoshu d18c896a2c
perf(rust): use cow_utils instead (#5664)
Related to #5586 and #5662

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-09-11 18:39:30 +08:00
..
concat_sourcemap_builder.rs refactor(sourcemap): lower the msrv. (#4873) 2024-08-13 10:52:34 +00:00
decode.rs chore(sourcemap): make JSONSourceMap fileds public (#3385) 2024-05-22 20:15:24 +08:00
encode.rs perf(sourcemap): speed up VLQ encoding (#4633) 2024-08-05 01:34:59 +00: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 refactor(sourcemap)!: avoid passing Results (#4541) 2024-07-30 04:23:49 +00:00
sourcemap_builder.rs refactor(sourcemap)!: avoid passing Results (#4541) 2024-07-30 04:23:49 +00:00
sourcemap_visualizer.rs perf(rust): use cow_utils instead (#5664) 2024-09-11 18:39:30 +08:00
token.rs