JSLint v2021.10.1-beta Release Notes

    • โšก๏ธ ci - update shell-function shRunWithCoverage() to reduce size of string/argument passed to nodejs by using 2-space-indent
    • coverage - relax requirement for coverageDir to be in cwd
    • ๐Ÿ›  bugfix - fix coverage-report having incorrect http-link to index.html
    • ๐Ÿ‘• bugfix - fix false warning uninitialized 'bb' in code /*jslint node*/\nlet {aa:bb} = {}; bb();
    • ๐Ÿ›  bugfix - fix issue #358 - switch-statement crashes jslint
    • ci - cache coverage-example node-sqlite3 to speed up ci
    • ๐Ÿ— ci - rename dir .build/ to .artifact/
    • ๐Ÿ”Œ cli - add cli-command jslint_plugin_vim
    • cli - add cli-command v8_coverage_report
    • ๐Ÿ‘• cli - change cli-option --mode-report to cli-command jslint_report=<filename>
    • ๐Ÿ—„ deprecated - cli - add cli-option --mode-report
    • ๐Ÿ“š doc - add api-documentation
    • fs - merge file asset_codemirror_rollup.css into index.html
    • ๐Ÿ”€ fs - merge file browser.mjs into index.html
    • ๐Ÿ”€ fs - merge file function.html into help.html
    • fs - remove little-used font asset_font_programma_bold.woff2
    • fs - rename files with dashes to files with underscore
    • ๐Ÿ‘• jslint - disable linting of embedded javascript in markdown-files
    • ๐Ÿ‘• jslint - relax regexp-warning against using 'space'
    • ๐Ÿ“ฆ npm - add file package.json and command npm test
    • ๐Ÿ’… style - change naming-convention for non-jslint-core code from underscore to camelCase
    • โœ… test - add mocha-like test-functions jstestDescribe, jstestIt