oxc/crates
2024-08-28 19:39:07 +08: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 feat(ast): add accessibility field to AccessorProperty (#5290) 2024-08-28 08:42:37 +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 feat(codegen): print missing fields for AccessorProperty (#5291) 2024-08-28 08:42:39 +00: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 feat(ast): add accessibility field to AccessorProperty (#5290) 2024-08-28 08:42:37 +00: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): eslint-plugin-unicorn prefer-spread wrong linter suggestion on variables of type string (#5265) 2024-08-28 09:26:44 +01: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 feat(module_lexer): distinguish for types-only imports and exports (#5184) 2024-08-25 18:22:44 +08:00
oxc_parser fix(parser): check for @flow with recoverable errors as well 2024-08-28 19:39:07 +08:00
oxc_prettier fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
oxc_regular_expression chore(regular_expression): Extract diagnostics (#5287) 2024-08-28 03:19:29 +00:00
oxc_semantic fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
oxc_sourcemap Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_span feat(span/source-type): add SourceType factory methods (#5242) 2024-08-27 01:19:54 +00:00
oxc_syntax Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_transformer fix(transformer/typescript): remove accessibility from AccessorProperty (#5292) 2024-08-28 08:42:38 +00:00
oxc_traverse refactor(traverse): correct code comments (#5293) 2024-08-28 10:10:04 +00:00
oxc_wasm fix(wasm): reference ast from prettier (#5268) 2024-08-27 22:15:26 +08:00