mathiasbynens / Array.from

A robust & optimized ES3-compatible polyfill for the `Array.from` method in ECMAScript 6.
https://mths.be/array-from
MIT License
67 stars 15 forks source link

fix: Use `ES2015.IsConstructor(…)` to support ES2015 classes #54

Closed ExE-Boss closed 4 years ago

ExE-Boss commented 5 years ago

This fixes the implementation to call ES.IsConstructor(…), like the specification requires.


review?(@ljharb, @mathiasbynens)

ljharb commented 4 years ago

@ExE-Boss looks like perhaps I need to be added to this EB-Fork as well?

ExE-Boss commented 4 years ago

@ljharb Done.