Skip to content
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

Chore: remove Object.assign polyfill #382

Merged
merged 2 commits into from Jun 4, 2018
Merged

Conversation

aladdin-add
Copy link
Member

No description provided.

Copy link
Member

@not-an-aardvark not-an-aardvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

espree.js Outdated

return target;
};
var assign = Object.assign;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: it might be better to just use Object.assign directly where it's needed, rather than creating a variable called assign.

@platinumazure platinumazure merged commit 8cb3ceb into master Jun 4, 2018
@platinumazure platinumazure deleted the Aladdin-ADD-patch-2 branch June 4, 2018 17:47
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.

None yet

4 participants