oxc/crates
overlookmotel f771d7c402 refactor(traverse): remove unnecessary imports (#5116)
`Atom`, `SourceType` and `Span` from `oxc_span`, and operators from `oxc_syntax` are now re-exported from `oxc_ast` crate. Remove unnecessary `use` statements by importing them all from `oxc_ast`.
2024-08-23 12:49:32 +00:00
..
oxc Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_allocator Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_ast refactor(semantic)!: always create a scope for for statements (#5110) 2024-08-23 09:28:13 +00:00
oxc_ast_macros Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_cfg Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_codegen Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_diagnostics fix(diagnostics): improve "file is too long to fit on the screen" (#5120) 2024-08-23 11:17:12 +00:00
oxc_index Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_isolated_declarations Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_language_server refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_linter fix(linter) false positive in jest/no-untyped-mock-factory (#5123) 2024-08-23 12:45:23 +00:00
oxc_macros chore(linter): update docs for declare_oxc_lint! (#4825) 2024-08-11 15:27:54 +00:00
oxc_mangler Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_minifier Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_module_lexer Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_parser chore(regular_expression): remove circular dependency 2024-08-23 16:16:10 +08:00
oxc_prettier refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_regular_expression chore(regular_expression): remove circular dependency 2024-08-23 16:16:10 +08:00
oxc_semantic refactor(semantic)!: always create a scope for for statements (#5110) 2024-08-23 09:28:13 +00:00
oxc_sourcemap Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_span Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_syntax Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_transformer Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_traverse refactor(traverse): remove unnecessary imports (#5116) 2024-08-23 12:49:32 +00:00
oxc_wasm feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00