ChALkeR / Jergal

Tells why you shouldn't use a specific npm module version
MIT License
2 stars 0 forks source link

Add `xtend` to list of unnecessary #1

Open styfle opened 6 years ago

styfle commented 6 years ago

You no longer need xtend thanks to ES6 Object.assign().

See xtend-es6

ChALkeR commented 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.

styfle commented 6 years ago

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()?

ChALkeR commented 6 years ago

Browser-targeting code, IE11.