oxc/crates
overlookmotel 98d794673b refactor(semantic): import flags and ID types from oxc_syntax (#7887)
`oxc_semantic` had a bit of a mess of modules importing and re-exporting symbols from `oxc_syntax` all over the place. I assume this is a leftover from when our crates were structured differently.

Make this consistent by always importing `oxc_syntax`'s symbols from `oxc_syntax`, and only re-export them from the crate root.
2024-12-14 14:48:28 +00:00
..
oxc release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
oxc_allocator release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
oxc_ast style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_ast_macros release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
oxc_cfg release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
oxc_codegen style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_data_structures style(data_structures): add line break (#7882) 2024-12-14 13:16:49 +00:00
oxc_diagnostics style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_ecmascript style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_estree release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
oxc_isolated_declarations style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_language_server style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_linter feat(linter): enhance get_element_type to resolve more element types (#7885) 2024-12-14 22:45:37 +08:00
oxc_macros feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
oxc_mangler release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
oxc_minifier style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_napi style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_parser feat(parser): 'readonly' type modifier is only permitted on array and tuple literal types. (#7880) 2024-12-14 12:00:52 +00:00
oxc_prettier style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_regular_expression style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_semantic refactor(semantic): import flags and ID types from oxc_syntax (#7887) 2024-12-14 14:48:28 +00:00
oxc_span style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_syntax style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_transformer perf(transformer/class-properties): reduce size of transform_call_expression_for_super_member_expr (#7859) 2024-12-14 08:06:33 +00:00
oxc_traverse style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
oxc_wasm style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00