-
-
Notifications
You must be signed in to change notification settings - Fork 466
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_tools): ability to generate text files #6686
feat(ast_tools): ability to generate text files #6686
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-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. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @overlookmotel and the rest of your teammates on Graphite |
8281e5d
to
6939e4e
Compare
103f829
to
50f771a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed Raw to Text
6939e4e
to
fc46118
Compare
b45d850
to
d3eb2ac
Compare
Merge activity
|
fc46118
to
2de2a1e
Compare
d3eb2ac
to
b3dd45f
Compare
This was originally in #6404 but I pulled it out to reduce that PR's diff. Add ability (currently unused) to output arbitrary text files from `oxc_ast_tools` generators.
2de2a1e
to
136029e
Compare
b3dd45f
to
902a3d0
Compare
This was originally in #6404 but I pulled it out to reduce that PR's diff.
Add ability (currently unused) to output arbitrary text files from
oxc_ast_tools
generators.