JSLint v2022.5.20 Release Notes

    • 0️⃣ coverage-report - disable default-coverage of directory node_modules, but allow override with cli-option --include-node-modules=1
    • coverage-report - add function globExclude() to revamp coverage-report to exclude files using glob-pattern-matching
    • add codemirror-example-file jslint_wrapper_codemirror.html
    • ⚡️ update codemirror-editor to v5.65.3
    • 👕 wrapper - add jslint-addon for codemirror
    • 👍 allow jslint.mjs to auto-export itself to globalThis when given search-param ?window_jslint=1
    • 👕 wrapper - add jslint-extension for vscode
    • 🛠 bugfix - fix jslint falsely believing megastring literals 0 and 1 are similar
    • 🛠 bugfix - fix function jstestOnExit() from exiting prematurely and suppressing additional error-messages