oxc/crates
Dunqing 5327acdc1f fix(transformer/react): the require IdentifierReference does not have a reference_id (#4658)
part of #4581. Looks we had to pass `TraverseCtx` to the `ModuleImports`
2024-08-05 22:55:07 +00:00
..
oxc Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_allocator Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_ast docs(ast): improve AST node documentation (#4051) 2024-08-04 17:38:54 +08:00
oxc_ast_macros fix(parser): parse assert keyword in TSImportAttributes (#4610) 2024-08-04 01:41:31 +00:00
oxc_cfg Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_codegen perf(codegen): u32 indexes in LineOffsetTable for source maps (#4641) 2024-08-05 02:28:50 +00:00
oxc_diagnostics Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_index Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_isolated_declarations Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_js_regex
oxc_language_server refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
oxc_linter fix(linter): fix false positives in no-confusing-non-null-assertion (#4665) 2024-08-05 10:29:42 -04:00
oxc_macros feat(linter): support conditional fix capabilities (#4559) 2024-07-31 05:27:16 +00:00
oxc_mangler Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_minifier fix(minifier): various fixes to pass minifier conformance (#4667) 2024-08-05 16:31:19 +00:00
oxc_module_lexer Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_parser fix(parser): parse assert keyword in TSImportAttributes (#4610) 2024-08-04 01:41:31 +00:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic refactor(semantic): simplify setting scope flags (#4674) 2024-08-06 06:47:43 +08:00
oxc_sourcemap perf(sourcemap): speed up VLQ encoding (#4633) 2024-08-05 01:34:59 +00:00
oxc_span perf(linter): change react rules and utils to use Cow and CompactStr instead of String (#4603) 2024-08-03 21:26:08 +00:00
oxc_syntax Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
oxc_transformer fix(transformer/react): the require IdentifierReference does not have a reference_id (#4658) 2024-08-05 22:55:07 +00:00
oxc_traverse fix(parser): parse assert keyword in TSImportAttributes (#4610) 2024-08-04 01:41:31 +00:00
oxc_wasm refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00