-
-
Notifications
You must be signed in to change notification settings - Fork 457
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
test(transformer/async-to-generator): failing test for nested supers #7314
base: main
Are you sure you want to change the base?
test(transformer/async-to-generator): failing test for nested supers #7314
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. |
0cb33fa
to
63a68fd
Compare
c5e1e86
to
d90bc9f
Compare
63a68fd
to
94b20ba
Compare
d90bc9f
to
6fa1b2f
Compare
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
|
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
Failing test for async-to-generator transform.
When exiting a function which has
super
bindings, need to restore previous state ofsuper_methods
. It probably needs to be a stack. But not sure ifrenamed_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