-
Closure Compiler-compatible version of the code:
```js
/* eslint-env browser, es2021 */
(function(what) {
function shouldIgnore(elem) {
for(let s of what.ignore?.selector ?? []) {
…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
The idea …
-
Hi,
Thanks for this amazing plugin.
When I wanted to optimize above code by Google Closure Compiler, I encounter 25 warnings which is attached. Do you have any idea to remove these warnings?
https://…
-
Something to consider as part of the packaging process of a potential application written for JSIL is the Google Closure Compiler: https://developers.google.com/closure/compiler/
You can download the…
-
I want to use the native version of the command directly, but I am encountering issues with the ARM CPU.😫
I don't know if there will be support in the future. 😺
```
Error: Command failed: npm …
-
The Google Closure Compiler gives some great compression on raw js files. The 'advanced mode' will strip out unused code etc and gives some great results, however it will break js code compiled with …
-
https://developers.google.com/closure/compiler/?hl=pt-br
-
Would it be possible to make a new release of the plugin which comes with a more recent version of Google's closure compiler, ideally the most recent version `v20180101`. Lots of ES6 improvements sinc…
twwwt updated
6 years ago
-
If it works I would be interested in using Google Closure Compiler easily and some documentation how to do this would be great as well as other things as well. I found this by searching for "Google Cl…
-
```
Could you support for a Closure Compiler instruction ?
This would allow to buld a new version of tinyMCE using the compiler !
Thanks ?
```
Original issue reported on code.google.com by `piartt` …