oxc/tasks/ast_tools/src
overlookmotel 91b01345fc refactor(ast_tools): derives for ContentEq and ContentHash use same ignore list (#8427)
Pure refactor. Share the same field ignore list between the codegens for deriving `ContentEq` and `ContentHash` to prevent them getting out of sync.
2025-01-11 07:18:05 +00:00
..
derives refactor(ast_tools): derives for ContentEq and ContentHash use same ignore list (#8427) 2025-01-11 07:18:05 +00:00
generators refactor(ast)!: no unneccesary trailing underscores on AstBuilder method names (#8283) 2025-01-06 15:09:05 +00:00
output refactor(ast_tools): faster formatting Rust code (#6972) 2024-10-28 01:13:36 +00:00
passes refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00
schema refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00
codegen.rs refactor(ast_tools): remove LateCtx abstraction (#7083) 2024-11-01 22:31:03 +00:00
layout.rs fix(tasks): cargo clippy error on rust 1.82.0 (#7283) 2024-11-15 00:08:04 +08:00
logger.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00
main.rs feat(ast): derive GetAddress on all enum types (#7472) 2024-11-25 12:13:44 +00:00
markers.rs feat(estree): ESTree compatibility for all literals (#7152) 2024-11-06 21:25:41 +00:00
rust_ast.rs refactor(ast_tools): rename visitable to is_visitable (#7104) 2024-11-03 17:20:25 +00:00
util.rs refactor(ast)!: no unneccesary trailing underscores on AstBuilder method names (#8283) 2025-01-06 15:09:05 +00:00