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 %>
-
<% for (let doc of documents) { %>
- <%= doc.titleErrorCode %>: <%= doc.titleErrorDescription %> <% } %>