ExtendScript / extendscriptr

An NPM command line tool to compile modern javascript (es5 & es6) into executable extendscript (es3)
Do What The F*ck You Want To Public License
153 stars 15 forks source link

No Object.assign #32

Open andyinabox opened 7 years ago

andyinabox commented 7 years ago

The current version doesn't have a polyfill for Object.assign, looks like it's using an older version of https://github.com/fabianmoronzirfas/extendscript.prototypes ?

Maybe this will be addressed in #24?

ff6347 commented 7 years ago

I think the best effort would be to move to the https://github.com/ExtendScript/extendscript-es5-shim I'll put it on the list of todos.