Hi,
look into the details of Travis CI logs in the PRs. Most PRs builds are failing, because libraries / dependencies using ECMAScript 2015 code and node 0.10 does not enable ECMAScript 2015 by default. More detail: https://stackoverflow.com/questions/22603078/syntaxerror-use-of-const-in-strict-mode
It would be nice if we can fix this and and merge most PRs which fixing crucial bugs.
Cheers
Oliver
Hi,
look into the details of Travis CI logs in the PRs. Most PRs builds are failing, because libraries / dependencies using ECMAScript 2015 code and node 0.10 does not enable ECMAScript 2015 by default. More detail: https://stackoverflow.com/questions/22603078/syntaxerror-use-of-const-in-strict-mode
It would be nice if we can fix this and and merge most PRs which fixing crucial bugs.
Cheers
Oliver