Skip to content

v2022.6.21 - add new directive "subscript" to play nice with Google Closure Compiler

Compare
Choose a tag to compare
@kaizhu256 kaizhu256 released this 22 Jun 14:21
· 56 commits to master since this release
790f640

What's Changed

  • directive - add new directive subscript for linting of scripts targeting Google Closure Compiler by @kaizhu256 in #404
    • warning - relax warning about missing catch in try...finally statement
    • jslint - allow aliases evil, nomen for jslint-directives eval, name, respectively for backwards-compat
    • bugfix - fix broken codemirror example
  • bugfix - fix jslint not-recognizing option-chaining when comparing operands of binary operator by @kaizhu256 in #403
  • bugfix - fix expression after "await" mis-identified as statement by @kaizhu256 in #405
    • allow array-literals to directly call [...].flat() and [...].flatMap()
  • v2022.6.21 by @kaizhu256 in #406

Full Changelog: v2022.5.20...v2022.6.21