-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
13 changed files
with
7,108 additions
and
6,158 deletions.
There are no files selected for viewing
2,900 changes: 1,696 additions & 1,204 deletions
2,900
crates/oxc_ast/src/generated/derive_clone_in.rs
Large diffs are not rendered by default.
Oops, something went wrong.
5,313 changes: 2,836 additions & 2,477 deletions
5,313
crates/oxc_ast/src/generated/derive_content_eq.rs
Large diffs are not rendered by default.
Oops, something went wrong.
2,020 changes: 1,010 additions & 1,010 deletions
2,020
crates/oxc_ast/src/generated/derive_content_hash.rs
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,198 changes: 599 additions & 599 deletions
1,198
crates/oxc_ast/src/generated/derive_get_span_mut.rs
Large diffs are not rendered by default.
Oops, something went wrong.
182 changes: 102 additions & 80 deletions
182
crates/oxc_regular_expression/src/generated/derive_clone_in.rs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.