oxc/tasks/ast_codegen/src
overlookmotel 2c1c7050ea refactor(ast_codegen): use doc comments instead of endl! (#4778)
Similar to #4777.

Use `///@@` instead of `endl!();` in AST codegen to create line breaks.

NB: `///@@` needs to be before an item, not after it.
2024-08-09 08:57:18 +00:00
..
generators refactor(ast_codegen): use doc comments instead of endl! (#4778) 2024-08-09 08:57:18 +00:00
passes refactor(ast_codegen): declutter the main file. (#4744) 2024-08-08 16:38:13 +00:00
schema refactor(ast_codegen): declutter the main file. (#4744) 2024-08-08 16:38:13 +00:00
codegen.rs refactor(ast_codegen): declutter the main file. (#4744) 2024-08-08 16:38:13 +00:00
fmt.rs refactor(ast_codegen): use doc comments instead of endl! (#4778) 2024-08-09 08:57:18 +00:00
layout.rs feat(ast_codegen): add alignment and size data to the schema. (#4615) 2024-08-03 12:43:10 +00:00
main.rs refactor(ast_codegen): declutter the main file. (#4744) 2024-08-08 16:38:13 +00:00
markers.rs refactor(ast_codegen): move away from RType in generators. (#4682) 2024-08-06 17:14:31 +00:00
rust_ast.rs feat(ast_codegen, span): process SourceType through ast_codegen. (#4696) 2024-08-06 17:42:12 +00:00
util.rs refactor(ast_codegen): declutter the main file. (#4744) 2024-08-08 16:38:13 +00:00