extendscript-es6-shim
extendscript-es6-shim copied to clipboard
**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.