如何在Google Closure Compiler Service API中使用language_in或jscomp_off

时间:2012-04-19 00:48:40

标签: javascript google-closure-compiler

以某种方式可以将--language_in=ECMASCRIPT5--jscomp_off=internetExplorerChecks等命令行标志传递给Google Closure Compiler Service API吗?我在Service API Reference中找不到它。

作为参考,Warnings中记录了jscomp_offJavaScript中记录了language_in

1 个答案:

答案 0 :(得分:20)

https://github.com/google/closure-compiler/wiki/Additional-Webservice-Options

您可以使用“语言”作为网络服务选项。通过UI添加:

// @language ECMASCRIPT5

到编译器配置注释块。