aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

Symbol polyfill uses "codePointAt"/"fromCodePoint" which are not available in IE #61

Open rluba opened 6 years ago

rluba commented 6 years ago

I'm submitting a bug report

Current behavior: The Symbol polyfill uses codePointAt. But this function is not available in IE11 (see codePointAt on MDN) and therefore needs to be polyfilled as well.

The same goes for fromCodePoint.

Expected/desired behavior: Polyfill codePointAt and fromCodePoint to support IE without requiring additional polyfills.

rockResolve commented 5 years ago

This breaks: Array.from("abc")