Closed robinnorth closed 6 years ago
Thanks.
IMO we should keep es6 syntax and use babel to transpile for old browser when creating a bundle.
We can do that, but it will mean a major revamp of the code, which will include removing a bunch of legacy code, like the polyfills for Function.prototype.bind
, and Array.prototype.forEach
.
I think that should wait until we finish fixing all the existing issues, so we don't cause any conflicts. I'll open a new issue to track that.
Make sense
Fixes #106