Closed yoeran closed 6 years ago
It broke a build in IE, that does not support const and startsWith yet.
It also breaks unit tests with Jest.
As this is intended for Node.js and not for browsers, this PR is just degrading code quality without having any benefit. You can use Babel for backwards compatibility.
It broke a build in IE, that does not support const and startsWith yet.