test(transformer/async-to-generator): failing test for nested supers#7314
Merged
graphite-app[bot] merged 1 commit intomainfrom Nov 26, 2024
Conversation
Contributor
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 was referenced Nov 16, 2024
Merged
Member
Author
0cb33fa to
63a68fd
Compare
c5e1e86 to
d90bc9f
Compare
This was referenced Nov 16, 2024
63a68fd to
94b20ba
Compare
d90bc9f to
6fa1b2f
Compare
This was referenced Nov 16, 2024
CodSpeed Performance ReportMerging #7314 will not alter performanceComparing Summary
|
6fa1b2f to
5ced29a
Compare
b2a68ee to
5f4e91e
Compare
970feb3 to
63b95fd
Compare
5e6cbe1 to
bf461b3
Compare
63b95fd to
c1ea3a3
Compare
bf461b3 to
3ef4e1d
Compare
c1ea3a3 to
18064ee
Compare
Member
|
|
18064ee to
ebfdc98
Compare
d4e09b8 to
22c8d05
Compare
ebfdc98 to
8dec0cb
Compare
8dec0cb to
14b5cee
Compare
22c8d05 to
44fd962
Compare
14b5cee to
8d6e4db
Compare
8d6e4db to
db98ba5
Compare
db98ba5 to
8d9ee69
Compare
Member
Merge activity
|
…7314) Failing test for async-to-generator transform. When exiting a function which has `super` bindings, need to restore previous state of `super_methods`. It probably needs to be a stack. But not sure if `renamed_arguments_symbol_ids` needs to be a stack too? I don't really understand this transform, so am not attempting to fix myself. [Babel REPL](https://babeljs.io/repl#?browsers=ie%2011&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=MYewdgzgLgBCCuUCmAnGBeGBvAUDGAbgIYA28SAXDAAwA0eMREAnmMDALZJQAWIAJgAoAlNgb4RGAHwwI8AA6oAdMTJIA3DnExQkWAEswYVBjH5zhUuSp1t-Jq3ZdeAybgsXJ6GXMUoVVhp2MAC-2iGa2l4-Csqq5Jr4YRE4QA&debug=false&forceAllTransforms=false&modules=commonjs&shippedProposals=false&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=&prettier=true&targets=&version=7.26.2&externalPlugins=%40babel%2Fplugin-external-helpers%407.25.9%2C%40babel%2Fplugin-transform-async-to-generator%407.25.9&assumptions=%7B%7D)
8d9ee69 to
488029e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Failing test for async-to-generator transform.
When exiting a function which has
superbindings, need to restore previous state ofsuper_methods. It probably needs to be a stack. But not sure ifrenamed_arguments_symbol_idsneeds to be a stack too? I don't really understand this transform, so am not attempting to fix myself.Babel REPL