diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

dollar safe mode #574

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way of preventing closure library to use $ in all Global properties?
I've tried adding it to the externs as $ = function(){}; but only raised an 
error.
ADVANCED_OPTIMISATIONS and SIMPLE_OPTIMISATIONS use the $ WHITESPACE_ONLY 
forces me to have deps.js

Is it not possible to use advanced optimisations with the dollar safe mode?

Original issue reported on code.google.com by venancio...@gmail.com on 23 Jul 2013 at 9:46

GoogleCodeExporter commented 8 years ago
This issue tracker is for the library only.

See https://code.google.com/p/closure-compiler/issues/

Original comment by nn...@google.com on 23 Jul 2013 at 2:52