mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 240 forks source link

Dropping string.prototype.padend #188

Open takenspc opened 4 years ago

takenspc commented 4 years ago

Considering all supported versions of Node.js (and Node.js 8) implements padEnd(), I think that it is rare in practice that string.prototype.padend polyfill is necessary.

I understand that dropping string.prototype.padend is a breaking change since npm-run-all supports Node 4+. As reducing dependencies reduces overall cost, I think it is worth a try releasing a major version.