oxc/crates/oxc_ast/src
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 feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
ast_impl feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
generated refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462) 2024-09-05 05:36:50 +00:00
syntax_directed_operations fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
ast_builder_impl.rs refactor(ast): reduce allocations in AstBuilder::move_assignment_target (#5367) 2024-08-31 08:34:26 +00:00
ast_kind_impl.rs fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
lib.rs feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
precedence.rs feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
serialize.rs refactor(ast): refactor custom Serialize impls (#3859) 2024-06-24 02:31:59 +00:00
trivia.rs fix: comments gen regression (#5003) 2024-08-20 18:57:12 +08:00