vitebonus / closure-library

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

base.js refers to nonexistent compiler options #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In goog/base.js, there are four mentions of --closure_pass. This should
probably be --process_closure_primitives. There's also a mention of
--mark_as_compiled, which doesn't seem to exist in the compiler.

Original issue reported on code.google.com by ivan.kozik@gmail.com on 16 Nov 2009 at 6:52

GoogleCodeExporter commented 8 years ago
All that needs to happen here is the difference noted in base.js.  
--closure_pass is the name of the flag for internal JSCompiler.

Original comment by nn...@google.com on 23 Apr 2012 at 8:34