closure
closure copied to clipboard
Please support --jscomp_off flag
I use ADVANCED mode. It would be nice to have possibility to set compiler flag --jscomp_off=checkVars
to ignore undefined variables errors
Could you provide a PR? If you look at https://github.com/back2dos/closure/blob/master/src/closure/Compiler.hx#L57-L59 you can see how to do it. I would suggest to create a closure_jscomp_off
define.