Replace instances of ES6 const keyword with var
#107
Reference in New Issue
Block a user
Delete Branch "replace-es6-syntax"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #106
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, andArray.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