This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--accept_const_keyword : Allows usage of const keyword. | |
--angular_pass : Generate $inject properties for | |
AngularJS for functions annotated | |
with @ngInject | |
--charset VAL : Input and output charset for all | |
files. By default, we accept UTF-8 as | |
input and output US_ASCII | |
--closure_entry_point VAL : Entry points to the program. Must be | |
goog.provide'd symbols. Any goog.provi | |
de'd symbols that are not a transitive |