-
-
Notifications
You must be signed in to change notification settings - Fork 150
remove use strict #80
Comments
I don't think removing |
my understanding is that |
You can only use |
Lame :( I guess you'll have to then... Though I refuse to believe that you can't somehow implement super semantics in strict mode. Traceur is able to shim ES6 Classes super() just fine: https://github.com/google/traceur-compiler/blob/d4ce3695a9d3c1aa85b07da6f3262477192165d9/src/runtime/classes.js#L32-L42 |
Remove `use strict` in elements. Fixes #80
Can't call super when use strict is in place
The text was updated successfully, but these errors were encountered: