oxc/tasks/ast_tools/src
ottomated ce5b609514 feat(ast): remove explicit untagged marker on enums (#6915)
This assumes that any enums with exactly one field in each variant are untagged, and they're tagged otherwise.
2024-10-26 08:21:40 +00:00
..
derives feat(ast): remove explicit untagged marker on enums (#6915) 2024-10-26 08:21:40 +00:00
generators feat(ast): remove explicit untagged marker on enums (#6915) 2024-10-26 08:21:40 +00:00
output refactor(ast_tools): shorten code by hoisting imports (#6903) 2024-10-25 21:23:28 +00:00
passes style(ast_tools): reorder imports (#6904) 2024-10-25 21:23:28 +00:00
schema style(ast_tools): reorder imports (#6904) 2024-10-25 21:23:28 +00:00
codegen.rs refactor(ast_tools): move file_path method to Runner (#6902) 2024-10-25 21:16:34 +00:00
layout.rs fix(ast_tools): fix miscalculation of enum niches (#6743) 2024-10-21 14:27:45 +00:00
main.rs style(ast_tools): reorder imports (#6904) 2024-10-25 21:23:28 +00:00
markers.rs feat(ast): remove explicit untagged marker on enums (#6915) 2024-10-26 08:21:40 +00:00
rust_ast.rs style(ast_tools): reorder imports (#6904) 2024-10-25 21:23:28 +00:00
util.rs refactor(ast_tools): centralize logic for outputting files (#6900) 2024-10-25 22:08:58 +01:00