-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Additional Webservice Options
Nazar Mokrynskyi edited this page May 22, 2016
·
13 revisions
In addition to the options provided in the [webservice UI] (http://closure-compiler.appspot.com), the following options are also available:
| option | example | accepted values |
|---|---|---|
| debug | // @debug true | true, false |
| warning level | // @warning_level VERBOSE | QUIET, DEFAULT, VERBOSE |
| externs url | // @externs_url http://a[]().url | |
| externs code | // @js_externs var externName; | |
| language | // @language ECMASCRIPT5 | ECMASCRIPT3, ECMASCRIPT5, ECMASCRIPT5_STRICT, ECMASCRIPT6, ECMASCRIPT6_STRICT |
| language_out | // @language_out ECMASCRIPT5 | ECMASCRIPT3, ECMASCRIPT5, ECMASCRIPT5_STRICT |
| use_types_for_optimization | // @use_types_for_optimization true | true, false |
| disable_property_renaming | // @disable_property_renaming true | true, false |