You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is ES6 syntax introduced in the latest release 2.4.1. Meanwhile the whole package is written in ES5 (`var` instead of `const`, etc).
Introducing this tiny use of arrow function renders usage of this module in browsers like IE11 impossible.
I hope it's not a big deal to stick with older syntax to remain consistent with code style and browser/node support
0 commit comments