es6-transpiler icon indicating copy to clipboard operation
es6-transpiler copied to clipboard

Tomorrow's JavaScript syntax today

Results 38 es6-transpiler issues
Sort by recently updated
recently updated
newest added

Hi, We found that some lib/*.js files are copied as it is from https://github.com/olov/defs project. why not use it as a dependency instead? Can you please specify a reason for...

No commits since Dec. 2014. No comments on pull-requests since Dec. 2014. One (1) comment from a developer on an issue since late 2014. Is Babel or other projects taking...

If I include es6-transpiler in my gruntfile, then a previously passing jshint now fails with a bunch of cryptic error messages which look like: ``` src/List.js >> 'undefined' is defined...

``` js /*global define, exports, module */ ``` es6-transpiler seems to automatically pick up linting hints like above in the code it's processing, and become all over-opinionated about it and...

The code `function e(){ var[a,b]=[1,2];return a}` wrongly compiles to ``` js function e(){ vara = (b = [1,2])[0], b = b[1];return a} ``` which, as you can see, mangles the...

Takes advantage of v8 and firefox optimizations. https://github.com/petkaantonov/bluebird/wiki/Optimization-killers

Otherwise, people using jshint can get warnings after transpilation.

If using declared in header of for-of loop variable in closure, placed in this loop, keyword "this" in that closure becomes equal to global object. ``` js var servant =...

I successfully installed the Command Line Interpreter on my Windows 7 laptop. I then enter CF - V in the Windows Command Window to verify the installation. Another window opens...