oxc/tasks/ast_tools/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
..
derives refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462) 2024-09-05 05:36:50 +00:00
generators feat(ast, parser): add oxc_regular_expression types to the parser and AST. (#5256) 2024-09-03 02:36:37 +00:00
passes refactor(syntax)!: rename ReferenceFlag to ReferenceFlags (#5023) 2024-08-21 00:19:56 +00:00
schema feat(ast_tools): add dedicated Derive trait. (#5278) 2024-09-03 02:36:36 +00:00
codegen.rs feat(ast_tools): add dedicated Derive trait. (#5278) 2024-09-03 02:36:36 +00:00
fmt.rs refactor(ast_tools): rename oxc_ast_codegen to oxc_ast_tools. (#4846) 2024-08-12 14:33:58 +00:00
layout.rs chore: bump rustc to v1.80.1 (#5211) 2024-08-26 13:11:29 +08:00
main.rs feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
markers.rs refactor(ast_tools): remove support for #[scope(if(...))] attr (#5113) 2024-08-23 09:28:17 +00:00
rust_ast.rs feat(ast_tools): add dedicated Derive trait. (#5278) 2024-09-03 02:36:36 +00:00
util.rs refactor(ast_tools): rename oxc_ast_codegen to oxc_ast_tools. (#4846) 2024-08-12 14:33:58 +00:00