-
-
Notifications
You must be signed in to change notification settings - Fork 780
ci(transformer): move post-transform checker to tasks crate #6288
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
ci(transformer): move post-transform checker to tasks crate #6288
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. |
CodSpeed Performance ReportMerging #6288 will not alter performanceComparing Summary
|
1723b84 to
bff3151
Compare
2019ad0 to
466bb0b
Compare
Merge activity
|
Move post-transform checker into a `tasks` crate. It doesn't feel like it belongs in `oxc_semantic`. It also feels like too heavy a lump of code to put in `tasks/common`.
bff3151 to
d4f2ee9
Compare
466bb0b to
e19deaa
Compare

Move post-transform checker into a
taskscrate. It doesn't feel like it belongs inoxc_semantic. It also feels like too heavy a lump of code to put intasks/common.