oxc/crates/oxc_syntax/src/generated
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
..
derive_clone_in.rs refactor(syntax): use generate_derive for CloneIn in types outside of oxc_ast crate. (#5280) 2024-09-03 02:36:37 +00:00
derive_content_eq.rs refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462) 2024-09-05 05:36:50 +00:00
derive_content_hash.rs feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30