oxc/crates
Boshen f13fe8a18b
feat!(linter): enforce rule severity from the cli and configuration file (#3337)
closes #2059

Breaking change:

* `--deny` / `-D` from the CLI and `error` from configuration file will
report diagnostics as severity "error".
* `--warn` / `-W` from the CLI and `warn` from configuration file will
report diagnostics as severity "warning".
2024-05-18 17:45:19 +08:00
..
oxc Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_allocator Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_ast fix(linter/react): rules_of_hooks add support for property hooks/components. (#3300) 2024-05-16 16:38:12 +00:00
oxc_ast_macros Release crate oxc_ast_macros v0.13.0 2024-05-14 23:15:20 +08:00
oxc_cli feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
oxc_codegen fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00
oxc_diagnostics feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
oxc_index Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_js_regex
oxc_language_server feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
oxc_linter feat!(linter): enforce rule severity from the cli and configuration file (#3337) 2024-05-18 17:45:19 +08:00
oxc_macros perf(linter): use usize for RuleEnum hash (#3336) 2024-05-18 14:12:32 +08:00
oxc_minifier Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_module_lexer Publish oxc_module_lexer v0.13.0 2024-05-16 22:14:47 +08:00
oxc_parser perf(lexer): use bitshifting when parsing known integers (#3296) 2024-05-17 09:39:10 +08:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic refactor(semantic): semantic populate scope_id fields in AST (#3303) 2024-05-16 16:21:19 +00:00
oxc_sourcemap Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_span Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_syntax feat(linter): no-barrel-file (#3275) 2024-05-16 07:54:09 +00:00
oxc_transformer feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
oxc_traverse feat(traverse): mutable access to scopes tree + symbol table (#3314) 2024-05-16 16:21:24 +00:00
oxc_wasm refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00