Top "Google-closure" questions

Google Closure is a framework for writing large-scale applications in JavaScript.

How to force google closure compiler to keep "use strict"; in the compiled js code?

If you're using the module pattern and have something like this: (function () { "use strict"; // this function is strict... }()); and compile …

javascript google-closure google-closure-compiler ecmascript-5
How can I prevent the warning 'Property MyProp1 never defined on MyObject'?

I have some HTML that contains a JSON string. In the on DOM ready callback, I have something like this: …

javascript google-closure-compiler google-closure
Google Closure Editor/WYSIWYG

Does anyone have experience with Google Closure Editor/WYSIWYG? I'm thinking of moving from CKEDITOR to Google Closure Editor/WYSIWYG. …

wysiwyg google-closure google-closure-library