【问题标题】:Suppress individual warning with closure compiler linter使用闭包编译器 linter 抑制单个警告
【发布时间】:2020-01-04 23:22:06
【问题描述】:

我正在使用闭包编译器来整理和编译我的 javascript,如下所示:

java -jar closure-compiler-v20190528.jar --jscomp_warning=lintChecks --js in.js --js_output_file out.js

我想取消警告

JSC_MISSING_JSDOC

在命令行上(不想修改我的 javascript)。

这可能吗?

【问题讨论】:

    标签: javascript lint google-closure-compiler


    【解决方案1】:

    目前没有,不过似乎是一个很好的功能请求。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-04-19
      • 2011-02-20
      • 1970-01-01
      • 2016-10-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多