Open styfle opened 6 years ago
Yeah, that makes sense.
The trick is that users might support different target platforms, so that should be dependent on which platforms they are targeting. I thin that I need to define a better format for that.
Object.assign() is available since Node 4.x according to node.green
Also, isn't Node 4.x EOL shortly?
Which platforms would not support Object.assign()?
Browser-targeting code, IE11.
You no longer need xtend thanks to ES6 Object.assign().
See xtend-es6