8000 v2021.5.30 - 100% code-coverage and bugfix #282 (failure to enforce semicolon in export-statement) by kaizhu256 · Pull Request #303 · jslint-org/jslint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2021.5.30 - 100% code-coverage and bugfix #282 (failure to enforce semicolon in export-statement) #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2021

Conversation

kaizhu256
Copy link
Member
  • bugfix - fix issue Semicolons after export statements are optional. #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 function action_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 with branch-xxx.

- bugfix - fix issue jslint-org#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 function `action_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` with `branch-xxx`.
@kaizhu256 kaizhu256 merged commit 76a5f3f into jslint-org:beta May 30, 2021
@kaizhu256 kaizhu256 deleted the v2021.5.30 branch June 3, 2021 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0