使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
已弃用 Closure Linter
随着 JavaScript 的语法不断演变,随着 ES2015 及更高级别的开发,Closure Linter 始终保持最新状态变得愈发困难。它无人值守、无维护且已弃用。Google 的大多数项目都已迁移到新的 linter。
对于使用 Closure 工具的团队,我们建议他们改用基于 Closure 编译器的新 linter。为此,您可以将 --jscomp_warning=lintChecks
传递给编译器,或构建独立的 linter 二进制文件;如需了解详情,请参阅 Closure 编译器 Wiki。对于仍在使用 Closure Linter 的团队,本页面上的其余信息将会保留一段时间。
什么是 Closure Linter?
Closure Linter 是一个实用程序,用于检查 JavaScript 文件是否存在样式问题,例如运算符位置、缺少分号、空格、JsDoc 注解的存在等。
Closure Linter 能为我做些什么?
Closure Linter 可确保您项目的所有 JavaScript 代码都符合 Google JavaScript 样式指南中的准则。它还可自动修正许多常见错误,从而为您节省时间并让您专注于编码。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-12-05。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2022-12-05。"],[[["Closure Linter is deprecated and no longer actively maintained due to difficulties in keeping up with evolving JavaScript syntax."],["Google recommends using the new linter integrated with Closure Compiler by passing `--jscomp_warning=lintChecks` to the compiler or building the standalone linter binary."],["Closure Linter, while deprecated, is a tool used for checking JavaScript files for style issues, ensuring code follows Google JavaScript Style Guide, and automatically fixing common errors."]]],[]]