-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for the issue #79: Closure Compiler Error with ES6 code and Dojo …
…1.16.0 (#80) * Upgraded Closure Compiler Upgraded the Google Closure Compiler to v20200112 * Fixed a typo * New format of Closure Compiler errors The format of a Google Closure Compiler error has changed (see https://github.com/google/closure-compiler/blob/35beaa864997442d635875add4d60b7b73be6294/src/com/google/javascript/jscomp/LightweightMessageFormatter.java#L113-L116) * Fixed shutting Closure Executor Service down The API accessing the Closure Executor Service has changed in this commit: google/closure-compiler@7bdbe96 * Allow compiling dojo's non-strict-mode code 1. Assume the Google Closure Compiler's input as non-strict-mode JavaScript 2. Do not emit "use strict"; in the transpiled output 3. Force reporting DiagnosticGroups.ES5_STRICT issues as warnings, instead of errors (cherry picked from commit 86f0042)
- Loading branch information
1 parent
eab6154
commit bf14072
Showing
6 changed files
with
106 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.