oxc/tasks
rzvxa ccc8a27e4f refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462)
As of now if we remove the implementation of a trait for a type and implement the method on that type directly it wouldn't break while it isn't the original trait anymore so that method might do something entirely different.
This change is more explicit on trait calls so we hit compile errors on these kinds of changes.
2024-09-05 05:36:50 +00:00
..
ast_tools refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462) 2024-09-05 05:36:50 +00:00
benchmark fix(benchmark): do not measure initialization of transformer options (#5442) 2024-09-04 14:52:21 +00:00
common feat(coverage): check symbols and scopes after transformation (#4917) 2024-08-16 07:05:11 +00:00
coverage feat(ast)!: add ThisExpression variants to JSXElementName and JSXMemberExpressionObject (#5466) 2024-09-05 02:06:20 +00:00
javascript_globals chore: turn off doctest for all [[bin]] 2024-07-14 16:55:19 +08:00
lint_rules feat(docs): add tracking for plugins "promise" and "vitest" (#4668) 2024-08-05 19:01:44 -04:00
minsize feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
prettier_conformance chore(prettier): Update conformance tests to Prettier v3.3.3 (#5394) 2024-09-02 10:32:17 +00:00
rulegen feat(rulegen): improve examples in documentation (#4815) 2024-08-10 18:48:59 -04:00
transform_conformance feat(ast)!: add ThisExpression variants to JSXElementName and JSXMemberExpressionObject (#5466) 2024-09-05 02:06:20 +00:00
website feat(linter/node): implement no-exports-assign (#5370) 2024-09-03 07:53:14 -04:00