如何为 Google Closure Compiler 网页版设置参数?

How to set arguments for Google Closure Compiler web version?

我想知道如何为 Google Closure Compiler 设置参数 https://closure-compiler.appspot.com/

例如 --jscomp_off=es5Strict 或其他之一: https://gist.github.com/mshafrir/816686

我假设我需要在此处的某处添加参数:

// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
// @output_file_name default.js
// ==/ClosureCompiler==

如果是,格式是什么?如果,没有别的地方?

完整参考在 the wiki

Web 服务不支持编译器上的所有可用选项。