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

Investigate whether object.assign could be replaced with xtend #1

Closed
wooorm opened this issue Jun 18, 2016 · 4 comments
Closed

Investigate whether object.assign could be replaced with xtend #1

wooorm opened this issue Jun 18, 2016 · 4 comments
Labels
📦 area/deps This affects dependencies 🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🦋 type/enhancement This is great to have

Comments

@wooorm
Copy link
Member

wooorm commented Jun 18, 2016

...or similar.

I was just checking some sizes of libs I’m making and found that object.assign adds about half of the size: object.assign is 7kb, minified; 2.58kb, gzipped.

I known, I know, it’s all not a lot, and I’m nitpicking 😉

@eush77
Copy link
Contributor

eush77 commented Jun 23, 2016

Sure!

How about object-assign? It is small and has an ES spec behind.

@wooorm
Copy link
Member Author

wooorm commented Jun 23, 2016

That works for me too! 👍

@eush77 eush77 closed this as completed in daa6cff Jun 23, 2016
@eush77
Copy link
Contributor

eush77 commented Jun 23, 2016

Published in 1.0.2. Thanks!

@wooorm
Copy link
Member Author

wooorm commented Jun 23, 2016

❤️

@wooorm wooorm changed the title Investigate whether object.assign could be replaced with xtend Investigate whether Object.assign could be replaced with xtend Aug 11, 2019
@wooorm wooorm changed the title Investigate whether Object.assign could be replaced with xtend Investigate whether object.assign could be replaced with xtend Aug 11, 2019
@wooorm wooorm added ⛵️ status/released 👶 semver/patch This is a backwards-compatible fix 📦 area/deps This affects dependencies 🗄 area/interface This affects the public interface 🦋 type/enhancement This is great to have labels Aug 11, 2019
@wooorm wooorm added the 💪 phase/solved Post is done label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 area/deps This affects dependencies 🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🦋 type/enhancement This is great to have
Development

No branches or pull requests

2 participants