-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ES6 Out: Captures of Super Fail in MS Edge - breaks async/await transpilation #3101
Comments
ChadKillingsworth
added a commit
to ChadKillingsworth/closure-compiler
that referenced
this issue
Oct 11, 2018
added a comment on PR #3103 Note that compiling to ES5 is a workaround for this problem. |
ChadKillingsworth
added a commit
to ChadKillingsworth/closure-compiler
that referenced
this issue
Oct 12, 2018
…ing ES2015 output. MS Edge 17 does not properly capture references to `super` in an arrow function. Closes google#3101
ChadKillingsworth
added a commit
to ChadKillingsworth/closure-compiler
that referenced
this issue
Oct 12, 2018
…ing ES2015 output. MS Edge 17 does not properly capture references to `super` in an arrow function. Closes google#3101
ChadKillingsworth
added a commit
to ChadKillingsworth/closure-compiler
that referenced
this issue
Oct 12, 2018
…ing ES2015 output. MS Edge 17 does not properly capture references to `super` in an arrow function. Closes google#3101
ChadKillingsworth
added a commit
to ChadKillingsworth/closure-compiler
that referenced
this issue
Oct 12, 2018
…ing ES2015+ output. MS Edge 17 does not properly capture references to `super` in an arrow function. Closes google#3101
Chakra bug: chakra-core/ChakraCore#5784 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code will infinitely loop and alert
"Child foo"
in MS Edge. All other browsers seem to handle this correctly.This breaks async / await transpilation with ES2015 out.
The text was updated successfully, but these errors were encountered: