透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Closure Linter 已淘汰
隨著 JavaScript 的語法持續演進,隨著 ES2015 及未來版本的發展,將 Closure Linter 保持在最新狀態也變得越來越困難。為未維護、未維護和已淘汰的服務。大多數 Google 專案都已遷移至新的 Linter。
對於使用 Closure 工具的團隊,我們建議他們根據 Closure Compiler 使用新的 Linter。方法是將 --jscomp_warning=lintChecks
傳遞給編譯器,或建立獨立的 Linter 二進位檔;詳情請參閱「 Closure Compiler 維基網頁」。針對使用 Closure Linter 的團隊,此頁面上的其餘資訊將保留一段時間。
什麼是 Closure Linter?
Closure Linter 這個公用程式可以檢查 JavaScript 檔案是否有各種樣式問題,例如運算子位置、缺少分號、間距、是否顯示 JsDoc 註解等等。
Closure Linter 可以為我帶來什麼幫助?
Closure Linter 可確保您專案的所有 JavaScript 程式碼都符合 Google JavaScript 樣式指南中的規範。這項功能也能自動修正許多常見錯誤,不但可節省您的時間,讓您專心編寫程式碼。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間: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"]],["上次更新時間: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."]]],[]]