oxc/crates
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
..
oxc feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
oxc_allocator Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_ast fix(parser): add support for empty module declaration (#2834) 2024-03-27 13:48:03 +08:00
oxc_cli chore: Rust v1.77.0 (#2781) 2024-03-21 17:21:57 +00:00
oxc_codegen feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
oxc_diagnostics chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
oxc_index Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
oxc_linter feat(linter/import) check type import in no_duplicates (#2777) 2024-03-28 17:13:25 +08:00
oxc_macros feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_minifier chore: remove cargo-machete package metadata (#2824) 2024-03-26 22:40:49 +08:00
oxc_module_lexer refactor(ast): add walk_mut functions (#2776) 2024-03-25 20:40:13 +03:30
oxc_parser fix(parser): add support for empty module declaration (#2834) 2024-03-27 13:48:03 +08:00
oxc_prettier chore: Rust v1.77.0 (#2781) 2024-03-21 17:21:57 +00:00
oxc_semantic fix(semantic): missing SymbolFlags::Export when identifier used in ExportDefaultDeclaration (#2837) 2024-03-27 14:13:25 +08:00
oxc_sourcemap feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
oxc_span chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
oxc_syntax feat(semantic): distinguish type imports in ModuleRecord (#2785) 2024-03-23 21:38:17 +08:00
oxc_transformer fix(transformer): optional-catch-binding unused variable side effect (#2822) 2024-03-27 13:53:02 +08:00
oxc_wasm refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00