oxc/tasks/ast_codegen/src
rzvxa 0b433108be feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. (#4117)
```
Usage: oxc_ast_codegen [--dry-run] [--no-fmt] [--schema=ARG]

Available options:
        --dry-run     Runs all generators but won't write anything down.
        --no-fmt      Don't run cargo fmt at the end
        --schema=ARG  Path of output `schema.json`.
    -h, --help        Prints help information
```
2024-07-09 03:42:11 +00:00
..
generators refactor(ast_codegen): cleanup usages of the generated outputs. (#4116) 2024-07-09 03:42:05 +00:00
defs.rs feat(ast_codegen): add visit generator (#3954) 2024-07-02 10:18:45 +00:00
fmt.rs improvement(ast_codegen): better output formatting. (#3932) 2024-06-29 05:37:15 +00:00
linker.rs feat(ast_codegen): add visit generator (#3954) 2024-07-02 10:18:45 +00:00
main.rs feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. (#4117) 2024-07-09 03:42:11 +00:00
schema.rs feat(ast_codegen): add visit generator (#3954) 2024-07-02 10:18:45 +00:00
util.rs feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. (#4117) 2024-07-09 03:42:11 +00:00