<%- await include("../common-head.ejs.html") %> quick-lint-js: errors and warnings

quick-lint-js

quick-lint-js finds bugs in JavaScript programs.

<%- await include("../common-nav.ejs.html") %>

quick-lint-js can find the following warnings and errors in your code:

<% try { await reportProblemsInDocumentsAsync(documents); } catch (e) { if (e instanceof ProblemsError) { %>

quick-lint-js found inconsistencies in the error documentation. If you're hacking on the website, rebuild quick-lint-js for the website by following wasm/README.md and website/README.md.

<%= e %>

<% } else { throw e; } } %> <% for (let doc of documents) { %> <%- doc.toHTML() %> <% } %>