oxc/crates
overlookmotel b9322c68e6 feat(semantic): re-export all flags and ID types (#7886)
`oxc_semantic` already re-exports `ScopeId`, `ScopeFlags`, `SymbolId` and `SymbolFlags` from `oxc_syntax`. It seems inconsistent that it doesn't also re-export `ReferenceId`, `ReferenceFlags`, `NodeId` and `NodeFlags` too. Do that.
2024-12-14 14:48:27 +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 feat(semantic): re-export all flags and ID types (#7886) 2024-12-14 14:48:27 +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