closure icon indicating copy to clipboard operation
closure copied to clipboard

Please support --jscomp_off flag

Open eliasku opened this issue 7 years ago • 1 comments

I use ADVANCED mode. It would be nice to have possibility to set compiler flag --jscomp_off=checkVars to ignore undefined variables errors

eliasku avatar Jan 17 '18 09:01 eliasku

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.

markknol avatar Jan 17 '18 10:01 markknol