oxc/crates
Dunqing 00806384ff
perf(linter/react): find class node by symbols in get_parent_es6_component (#1657)
This way we can get the class node faster. But I don't know if this is a
good way. In `eslint-plugin-react`, they get class node by scope. But
oxc cannot do the same way
2023-12-13 13:48:53 +08:00
..
oxc Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_allocator Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_ast feat(prettier): print CallExpression arguments correctly (#1631) 2023-12-10 15:59:13 +08:00
oxc_cli feat(prettier): turn off preserve_parens and start working on need-parens (#1487) 2023-11-21 16:26:56 +00:00
oxc_codegen Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_diagnostics Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_formatter Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_index Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_linter perf(linter/react): find class node by symbols in get_parent_es6_component (#1657) 2023-12-13 13:48:53 +08:00
oxc_linter_plugin refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_macros feat(linter): add a perf category (#1625) 2023-12-04 17:31:34 +08:00
oxc_minifier Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_parser chore(deps): bump the dependencies group with 7 updates (#1651) 2023-12-11 14:21:56 +08:00
oxc_prettier feat(prettier): print CallExpression arguments correctly (#1631) 2023-12-10 15:59:13 +08:00
oxc_query feat(query): Add is_getter, is_setter, is_constructor to all Function implementors (#1526) 2023-11-27 12:22:41 +08:00
oxc_semantic perf(linter/react): find class node by symbols in get_parent_es6_component (#1657) 2023-12-13 13:48:53 +08:00
oxc_span Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_syntax Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_transformer feat(transformer/react-jsx): returns ThisExpression when identifier is this (#1661) 2023-12-13 13:47:54 +08:00
oxc_type_synthesis refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_wasm chore(deps): bump the dependencies group with 7 updates (#1651) 2023-12-11 14:21:56 +08:00