oxc/crates
Wenzhe Wang b4ce2b5f9b
refactor(linter): remove unused logic in resolve_to_jest_fn (#1208)
I copied parse_jest_fn.rs file to parse_jest_fn_new.rs, the new file only changed `resolve_to_jest_fn` now. The new version of `parse_jest_fn_call` doesn't need to get the original of node, and I changed its parameters. I tried to add it to the old file, but it will influence other files, so I created a new file for it. I will delete the old file after all rules migrated.
2023-11-12 11:15:23 +08:00
..
oxc s/web-infra-dev/oxc-project 2023-11-10 14:30:18 +08:00
oxc_allocator Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_ast feat(linter) eslint plugin unicorn: prefer regex test (#1187) 2023-11-08 10:45:12 +08:00
oxc_cli feat(cli): run oxlint with no file arguments (#1201) 2023-11-09 11:22:13 +08:00
oxc_codegen Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_diagnostics Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_formatter Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_index Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_linter refactor(linter): remove unused logic in resolve_to_jest_fn (#1208) 2023-11-12 11:15:23 +08:00
oxc_linter_plugin chore(deps): bump the dependencies group with 4 updates (#1100) 2023-10-30 15:09:28 +08:00
oxc_macros refactor(clippy): allow clippy::too_many_lines 2023-10-16 15:18:11 +08:00
oxc_minifier Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_parser fix(parser): ASI of async class member (#1214) 2023-11-10 16:21:51 +00:00
oxc_query fix(linter): revert changes to JSX attribute strings (#1101) 2023-10-30 15:26:04 +08:00
oxc_resolver Release oxc_resolver v0.5.3 2023-11-11 23:26:07 +08:00
oxc_semantic Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_span Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_syntax Release Oxc v0.3.0 2023-11-06 19:11:16 +08:00
oxc_transformer feat(transformer/react-jsx): support throw valueless-key error (#1221) 2023-11-11 20:10:07 +08:00
oxc_type_synthesis ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_wasm s/web-infra-dev/oxc-project 2023-11-10 14:30:18 +08:00