fix(browser): Moving to es6-shim broke most browsers#4219
Conversation
2e707a1 to
655a4c0
Compare
|
Benchmarks are broken and need to be fixed, but at least unit tests are now running normally (with real errors to fix ...) |
es6-shim.js must be loaded first
a623439 to
b344ba7
Compare
b344ba7 to
e6ffe44
Compare
There was a problem hiding this comment.
Looks like issue #360 is closed and Symbol.iterator won't be exposed. I don't like that this ties us up to es6-shim, which means angular2 bundle can't be used with core.js. Change the comment to specify that this workaround is es6-shim specific. I guess the todo is to add a similar work around for core.js.
There was a problem hiding this comment.
core-js defines Symbol.iterator, so it shouldn't be a problem.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes #4216
For the 2 issues:
Symbol.iteratoris not available.