oxc/crates
Alexander S. 1171e00a3c
fix(linter): disable react/rules-of-hooks for vue and svelte files (#8165)
because of https://github.com/oxc-project/oxc/issues/8003

I used the FrameworkFlags in hope they are only active in `.vue` and
`.svelte` files.
2024-12-28 16:34:58 +00:00
..
oxc release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_allocator release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_ast feat(minifier): minimize if (x) if (y) z -> if (x && y) z (#8136) 2024-12-27 02:44:47 +00:00
oxc_ast_macros release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_cfg release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_codegen fix(codegen): print if else without block with proper indentation (#8135) 2024-12-27 00:39:52 +00:00
oxc_data_structures release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_diagnostics release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_ecmascript fix(ecmascript): incorrect to_int_32 value for Infinity (#8144) 2024-12-27 21:48:25 +08:00
oxc_estree release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_isolated_declarations release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_language_server refactor(language_server)!: use .oxlintrc.json when no config path provided (#8027) 2024-12-20 10:30:03 +08:00
oxc_linter fix(linter): disable react/rules-of-hooks for vue and svelte files (#8165) 2024-12-28 16:34:58 +00:00
oxc_macros feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
oxc_mangler release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_minifier feat(minifier): normalize Infinity into f64::Infinity (#8148) 2024-12-28 06:05:04 +00:00
oxc_napi release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_parser release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_prettier feat(prettier): Print directive (#8066) 2024-12-23 14:46:47 +08:00
oxc_regular_expression release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_semantic fix(semantic): reference flags not correctly resolved when after an export stmt (#8134) 2024-12-27 14:20:17 +00:00
oxc_span release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_syntax feat(minifier): typeof foo === 'number' => typeof foo == 'number' (#8112) 2024-12-25 14:52:58 +00:00
oxc_transformer release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_traverse release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_wasm perf(semantic): allocate symbol data in Allocator (#8012) 2024-12-20 14:13:41 +00:00