- bugfix - fix issue #282 - fail to warn trailing semicolon in
export default Object.freeze({})
. - ci - 100% code-coverage!
- ci - auto-update changelog in README.md from CHANGELOG.md.
- ci - auto-update version numbers in README.md and jslint.js from CHANGELOG.md.
- deadcode - replace with assertion-check in function choice() -
if (char === "|") { warn... }
. - deadcode - replace with assertion-check in function do_function() -
if (mega_mode) { warn... }
. - deadcode - replace with assertion-check in function no_space() -
const at = (free ? ...)
. - deadcode - replace with assertion-check in function no_space() -
if (open) {...}
. - deadcode - replace with assertion-check in function parse_directive() -
} else if (value === "false") {...}
. - deadcode - replace with assertion-check in function supplant() -
return ( replacement !== undefined ?...)
. - jslint - cleanup regexp code using switch-case-statements.
- jslint - inline function
activate
into functionaction_var
. - jslint - inline-document each deadcode-removal/assertion-check.
- jslint - inline-document each warning with cause that can reproduce it - part 2.
- tests - inline remaining causal-regressions from test.js into jslint.js
- tests - validate inline-multi-causes are sorted.
- website - replace links
branch.xxx
withbranch-xxx
.