google / google/closure-compiler
Make "ES6 is only supported for transpilation" a command line option
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
Currently the compiler can't output ES6 JavaScript. Supported is transpiling to e.g ES5, though. However, there are already use cases for at least minimal whitespace compression for ES6 without performance impact as SpiderMonkey, IO.js and recent browsers already support ES6. History: https://github.com/google/closure-compiler/issues/221#issuecomment-70284785
Contributor guide
Assessment
This issue has not been assessed yet.