Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. #4117

Conversation

rzvxa
Copy link
Collaborator

@rzvxa rzvxa commented Jul 8, 2024

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

Copy link

graphite-app bot commented Jul 8, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@rzvxa rzvxa marked this pull request as ready for review July 8, 2024 12:23
Copy link

codspeed-hq bot commented Jul 8, 2024

CodSpeed Performance Report

Merging #4117 will not alter performance

Comparing 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable (0b43310) with main (2f53bdf)

Summary

✅ 29 untouched benchmarks

@rzvxa rzvxa force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 901d250 to 84fc1cb Compare July 8, 2024 15:21
@rzvxa rzvxa force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from 9ca2387 to 5aa1106 Compare July 8, 2024 15:21
@Boshen Boshen force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 84fc1cb to 92f1f29 Compare July 8, 2024 15:38
@Boshen Boshen force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from 5aa1106 to d6bc46a Compare July 8, 2024 15:39
@rzvxa rzvxa force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 92f1f29 to 8a32b39 Compare July 8, 2024 17:10
@rzvxa rzvxa force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from d6bc46a to a3735c5 Compare July 8, 2024 17:10
@rzvxa rzvxa force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 8a32b39 to 806206a Compare July 8, 2024 22:28
@rzvxa rzvxa force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from a3735c5 to f211477 Compare July 8, 2024 22:28
@overlookmotel overlookmotel force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 806206a to 8f9353c Compare July 9, 2024 00:53
@overlookmotel overlookmotel force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from f211477 to 1afc128 Compare July 9, 2024 00:54
@overlookmotel overlookmotel force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 8f9353c to 93ec6ef Compare July 9, 2024 01:08
@overlookmotel overlookmotel force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from 1afc128 to 9aa4b60 Compare July 9, 2024 01:09
@Boshen Boshen added the merge label Jul 9, 2024 — with Graphite App
Copy link

graphite-app bot commented Jul 9, 2024

Merge activity

…ecutable. (#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
```
@Boshen Boshen force-pushed the 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs branch from 93ec6ef to 6db630f Compare July 9, 2024 03:42
@Boshen Boshen force-pushed the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch from 9aa4b60 to 0b43310 Compare July 9, 2024 03:43
@Boshen Boshen changed the base branch from 07-08-refactor_ast_codegen_cleanup_usages_of_the_generated_outputs to main July 9, 2024 03:52
@graphite-app graphite-app bot merged commit 0b43310 into main Jul 9, 2024
25 checks passed
@graphite-app graphite-app bot deleted the 07-08-feat_ast_codegen_add_cli_arguments_to_use_with_oxc_ast_codegen_executable branch July 9, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants