extendscript-es6-shim icon indicating copy to clipboard operation
extendscript-es6-shim copied to clipboard

Results 3 extendscript-es6-shim issues
Sort by recently updated
recently updated
newest added

**Object** - [ ] [Object.assign](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) (new method) - [ ] [Object.is](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/is) (**RC do not implement?**) - [ ] [Object.setPrototypeOf](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf) (new method) - [ ] [Object.prototype.toString](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/toString) (**ES5 FIX ?**) - [...

Hey guys, I added the [extendscripter modules](https://github.com/ExtendScript/extendscripters) to NPM which breaks this collection into bite-size pieces. I suggest adding these as a dependency here? Making it nice and DRY. And...

On MDN there is a different polyfill for Object.assign then the one we have currently. Which one should we use? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill I would vote for the MDN one.