Skip to content

Add Object.assign polyfill #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2017
Merged

Conversation

andyinabox
Copy link
Contributor

#3

@ff6347
Copy link
Member

ff6347 commented Mar 11, 2017

Awesome!

@ff6347 ff6347 merged commit b7c7c3e into ExtendScript:master Mar 11, 2017
@EugenTepin
Copy link
Contributor

If i am not mistaken, Object.assign is ES6 standard method rather than ES5. So, i suppose we need extendscript-es6-shim for that method, and for many others, like Object.is(), Array.prototype.findIndex() etc. Or, we can try to use Babel for that, because ES6 is not just a new methods, but a new syntax.

@ff6347
Copy link
Member

ff6347 commented Mar 12, 2017

hm. You're right we should keep those separated.

@ff6347
Copy link
Member

ff6347 commented Mar 12, 2017

Okay. Moved it to a new repo https://github.com/ExtendScript/extendscript-es6-shim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants