oxc/crates
Boshen 697b6b70c0
feat: merge features serde and wasm to serialize (#2716)
This PR merges the previous confusing features `serde` and `wasm` into a
single `serialize` feature.

We'll eventually do serialize + type information for both wasm and napi
targets.

`oxc_macros` is removed from `oxc_ast`'s dependency because it requires
`syn` and friends, which goes against our policy ["Third-party
dependencies should be
minimal."](https://oxc-project.github.io/docs/contribute/rules.html#development-policy)
2024-03-14 17:13:12 +08:00
..
oxc feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_allocator Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_ast feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_cli refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
oxc_codegen fix(codegen): CallExpression sourcemap (#2717) 2024-03-14 07:53:22 +00:00
oxc_diagnostics feat: miette v7 (#2465) 2024-03-08 15:50:00 +08:00
oxc_index feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore(deps): update rust crates (#2671) 2024-03-11 13:39:02 +08:00
oxc_linter feat(linter): eslint-plugin-jest: prefer-to-be (#2702) 2024-03-14 12:14:49 +08:00
oxc_macros feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_minifier feat(span): remove From<String> and From<Cow> API because they create memory leak (#2628) 2024-03-06 20:38:21 +08:00
oxc_module_lexer New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00
oxc_parser feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_prettier refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
oxc_semantic feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_span feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_syntax feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_transformer refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
oxc_wasm feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00