TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

Drop ES5 #161

Open TehShrike opened 5 years ago

TehShrike commented 5 years ago

I'm ready to convert to modern JS.

A note should probably be added to the readme.

TehShrike commented 4 years ago

Will also need to note the need for an Object.assign polyfill

TrySound commented 4 years ago

Will you use it in mutable or immutable way?

TehShrike commented 4 years ago

use what? Object.assign? Object.assign is only used on the options argument. See #166

TrySound commented 4 years ago

Maybe use object rest operator and rely on babel preset env output?

ghepesdoru commented 4 years ago

Would you be interested in converting the project to TypeScript?

Would be glad to make a PR.