Skip to content

v2022.5.20 - add glob wildcards `*, */**, ?, [...]` to exclude/include files in v8-coverage-report

Compare
Choose a tag to compare
@kaizhu256 kaizhu256 released this 21 May 01:13
· 63 commits to beta since this release
33cca73

What's Changed

  • 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

Full Changelog: v2022.3.30...v2022.5.20