oxc/crates
Jelle van der Waa 9744707b3b
feat(linter/eslint): Implement default_case rule (#3379)
Rule Detail:
[link](https://eslint.org/docs/latest/rules/default-case)

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-05-22 16:49:02 +08:00
..
oxc chore: update toml format 2024-05-21 22:15:47 +08:00
oxc_allocator chore: update toml format 2024-05-21 22:15:47 +08:00
oxc_ast chore: update toml format 2024-05-21 22:15:47 +08:00
oxc_ast_macros Release crate oxc_ast_macros v0.13.0 2024-05-14 23:15:20 +08:00
oxc_cli feat(tasks): add website tasks (#3377) 2024-05-21 17:46:07 +00:00
oxc_codegen feat(syntax): export is_reserved_keyword and is_global_object method (#3384) 2024-05-22 04:58:04 +00:00
oxc_diagnostics feat(cli): add --silent to disable all diagnostics printing (#3338) 2024-05-18 10:22:51 +00:00
oxc_index Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_js_regex
oxc_language_server fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
oxc_linter feat(linter/eslint): Implement default_case rule (#3379) 2024-05-22 16:49:02 +08:00
oxc_macros chore: update toml format 2024-05-21 22:15:47 +08:00
oxc_minifier feat(syntax): export is_reserved_keyword and is_global_object method (#3384) 2024-05-22 04:58:04 +00:00
oxc_module_lexer Publish oxc_module_lexer v0.13.0 2024-05-16 22:14:47 +08:00
oxc_parser chore: update toml format 2024-05-21 22:15:47 +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/cfg): alias petgraph's NodeIndex as BasicBlockId. (#3380) 2024-05-22 03:09:38 +00:00
oxc_sourcemap feat(sourcemap): add Sourcemap#from_json method (#3361) 2024-05-20 22:35:14 +08:00
oxc_span chore: update toml format 2024-05-21 22:15:47 +08:00
oxc_syntax feat(syntax): export is_reserved_keyword and is_global_object method (#3384) 2024-05-22 04:58:04 +00:00
oxc_transformer refactor(transformer): correct spelling of var name (#3369) 2024-05-21 01:03:40 +08:00
oxc_traverse refactor(traverse): split context code into multiple files (#3367) 2024-05-20 15:54:23 +00:00
oxc_wasm chore: update toml format 2024-05-21 22:15:47 +08:00