oxc/crates
overlookmotel 514228ad42
deps(allocator): disable serde dep by default (#3120)
`oxc_allocator` currently depends on `serde`, although it's generally
not required.

This PR puts the dependency behind a feature `serialize`.

NB: `serde` is needed for the crate's tests, but this can be enabled by
adding it to `dev-dependencies` and putting the impls behind
`#[cfg(any(feature = "serialize", test))]`.
2024-04-28 22:17:32 +08:00
..
oxc Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_allocator deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
oxc_ast deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
oxc_cli feat(linter): --deny all should not enable nursery rules 2024-04-22 12:34:32 +08:00
oxc_codegen refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_diagnostics Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_index chore(linter/tree-shaking): uncomment function and identifier test cases (#3119) 2024-04-28 22:05:33 +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 chore(linter/tree-shaking): uncomment function and identifier test cases (#3119) 2024-04-28 22:05:33 +08:00
oxc_macros feat(napi/parser): remove experimental flexbuffer api (#2957) 2024-04-13 14:59:31 +08:00
oxc_minifier refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_module_lexer refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_parser refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_prettier refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_semantic refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_sourcemap Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_span Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_syntax Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_transformer refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
oxc_wasm feat(transformer): add filename (#2941) 2024-04-11 18:43:51 +08:00