google / google/closure-compiler
Whitespace only mode breaks ES6 modules
Open
ES6
Modules
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
This is a bit like https://github.com/google/closure-compiler/issues/611
It is concatenating the modules without any module scoping/loading system, and leaving the import / export statements as-is.
This means you can't debug whitespace only mode in Chrome and must wait for a longer compilation.
Contributor guide
Assessment
This issue has not been assessed yet.