-
At least it's what I have concluded from [here](https://stackoverflow.com/questions/42633716/unexpected-token-punc-expected-punc-when-creating-chunk-from-uglifyjs)
this is the error
![image](https…
-
From @emadum "One thing I like doing to make things more readable is handleCfgCommand(...args) and then handleCfgCommand(action, label, filename) - more explicit than args[x]"
-
Let's refactor code to use the ES6 syntax .
Advantages : Less code , more features :)
And ofcourse add babel integration to support all browsers .
-
-
This is a good time to bring this codebase into 2016. Modern JS doesn't need us to write `var self = this;` and `Foo.prototype.thing = function() { ... }` all over the place.
I've done this in a bran…
sstur updated
8 years ago
-
[ES6 In Depth](https://hacks.mozilla.org/category/es6-in-depth/)
[ES6 In Depth(中文翻译--深入浅出ES6)](http://www.infoq.com/cn/es6-in-depth/)
-
Hey, does it make sense to export this via ES6?
-
Just seeing if there's interest for a PR converting the codebase to ES6, transpiled by Babel.
-
dhowe updated
5 years ago
-
I am getting the below error when following the instructions to run, can it compiled to es5?
` let parsedConfig;
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not ye…