-
-
Notifications
You must be signed in to change notification settings - Fork 503
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): allow conversion from Expression
into Statement
with FromIn
trait.
#4124
feat(ast): allow conversion from Expression
into Statement
with FromIn
trait.
#4124
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd 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. |
CodSpeed Performance ReportMerging #4124 will not alter performanceComparing Summary
|
ExpressionStatement
and Statement
with FromIn
trait.Expression
into Statement
with FromIn
trait.
1a82128
to
451cf2e
Compare
bf33017
to
05f1f4d
Compare
0634b50
to
d91c6a1
Compare
05e145b
to
e69c323
Compare
d91c6a1
to
aec2e90
Compare
e69c323
to
2943085
Compare
aec2e90
to
195c762
Compare
Merge activity
|
2943085
to
69cea86
Compare
…FromIn` trait. (#4124) Our downstream rolldown is using this, If we want them to adopt our traits we should provide this implementation for them. https://github.com/rolldown/rolldown/blob/2cd2a367ee25c3d1f711fda9b1d3ead5982cfcff/crates/rolldown_ecmascript/src/allocator_helpers/into_in.rs#L24
195c762
to
3536aaf
Compare
69cea86
to
c5a6e9e
Compare
…FromIn` trait. (#4124) Our downstream rolldown is using this, If we want them to adopt our traits we should provide this implementation for them. https://github.com/rolldown/rolldown/blob/2cd2a367ee25c3d1f711fda9b1d3ead5982cfcff/crates/rolldown_ecmascript/src/allocator_helpers/into_in.rs#L24
3536aaf
to
a859564
Compare
…FromIn` trait. (#4124) Our downstream rolldown is using this, If we want them to adopt our traits we should provide this implementation for them. https://github.com/rolldown/rolldown/blob/2cd2a367ee25c3d1f711fda9b1d3ead5982cfcff/crates/rolldown_ecmascript/src/allocator_helpers/into_in.rs#L24
c5a6e9e
to
b936162
Compare
a859564
to
485c871
Compare
## [0.19.0] - 2024-07-09 - b936162 ast/ast_builder: [**BREAKING**] Shorter allocator utility method names. (#4122) (rzvxa) ### Features - 485c871 ast: Allow conversion from `Expression` into `Statement` with `FromIn` trait. (#4124) (rzvxa) ### Refactor Co-authored-by: Boshen <Boshen@users.noreply.github.com>
Our downstream rolldown is using this, If we want them to adopt our traits we should provide this implementation for them.
https://github.com/rolldown/rolldown/blob/2cd2a367ee25c3d1f711fda9b1d3ead5982cfcff/crates/rolldown_ecmascript/src/allocator_helpers/into_in.rs#L24