Skip to content

v2021.7.24 - jslint - add new beta-warning if functions are unordered.

Compare
Choose a tag to compare
@kaizhu256 kaizhu256 released this 24 Jul 14:48
· 137 commits to master since this release
a0304fe
  • bugfix - fix jslint not warning about function-redefinition when function is defined inside a call.
  • bugfix - fix website crashing when linting pure json-object.
  • ci - fix race-condition when inlining css.
  • doc - update README.md with links to archived web-demos.
  • jslint - add new beta-warning against redefining global-variables.
  • jslint - add new beta-warning if functions are unordered.
  • jslint - add new warning disallowing string-literal as property-name, e.g. {aa:0}.
  • jslint - comment out shebang in jslint.mjs so older ios devices can use website.
  • jslint - deprecate directive /*jslint eval*/ - use //jslint-quiet instead.
  • jslint-revamp - rearrange functions in jslint.mjs to comply with ordered-functions beta-warning.
  • jslint-revamp - revamp cause-based testing with more robust instrumentation.
  • tests - test artifact and column-position in warnings are correct.