oxc/crates
Ali Rezvani ac72d08592
chore: cleanup the dependencies on static_assertions and oxc_index. (#3095)
We used to export `static_assertions` as part of the `oxc_index`. It
would've made sense back when it was only a vessel for exporting other
crates - although even then it wouldn't make much sense other than being
convenient - Now with it turning into a port of `index_vec` and
potentially getting bigger as the result of specific needs of the
project; It makes much more sense to stop exporting it from `oxc_index`
and use the crate directly in places that used to use what `oxc_index`
were exporting.


PS: we may want to follow up this with an `oxc_asset` crate containing
our own set of assertion tools which would also export
`static_assertions`.
2024-04-25 16:56:23 +08:00
..
oxc Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_allocator Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_ast chore: cleanup the dependencies on static_assertions and oxc_index. (#3095) 2024-04-25 16:56:23 +08:00
oxc_cli feat(linter): --deny all should not enable nursery rules 2024-04-22 12:34:32 +08:00
oxc_codegen Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_diagnostics Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_index chore: cleanup the dependencies on static_assertions and oxc_index. (#3095) 2024-04-25 16:56:23 +08:00
oxc_js_regex
oxc_language_server
oxc_linter chore: cleanup the dependencies on static_assertions and oxc_index. (#3095) 2024-04-25 16:56:23 +08:00
oxc_macros feat(napi/parser): remove experimental flexbuffer api (#2957) 2024-04-13 14:59:31 +08:00
oxc_minifier Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_module_lexer
oxc_parser chore: cleanup the dependencies on static_assertions and oxc_index. (#3095) 2024-04-25 16:56:23 +08:00
oxc_prettier feat(ast): add CatchParameter node (#3049) 2024-04-21 23:43:39 +08:00
oxc_semantic feat(semantic): report namespace related errors (#3093) 2024-04-25 14:01:58 +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 Release crates v0.12.5 2024-04-22 12:52:17 +08:00
oxc_wasm feat(transformer): add filename (#2941) 2024-04-11 18:43:51 +08:00