oxc/tasks
underfin b199cb89a2
feat: add oxc sourcemap crate (#2825)
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.
2024-03-28 19:36:38 +08:00
..
benchmark feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
common chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
coverage feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
javascript_globals chore: update Cargo.toml and deny.yaml 2024-03-05 16:31:05 +08:00
lint_rules chore(lint_rules): deprecated eslint no-dupe-args / no-octal / no-with 2024-02-02 17:33:54 +08:00
minsize chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
prettier_conformance feat(prettier/ts): better conformance (#2721) 2024-03-20 18:59:49 +08:00
rulegen feat(task): init eslint-plugin-tree-shaking rule (#2662) 2024-03-10 22:07:34 +08:00
transform_conformance chore: update transformer snapshots (#2838) 2024-03-27 15:02:09 +08:00
libs.txt refactor(benchmark): use more complicated files (#1811) 2023-12-25 17:27:02 +08:00