16
I Use This!
Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 24 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- cleanup pr-comments More... almost 2 years ago
- directive - add new directive `subscript` allowing JSLint to be used with scripts targeting Google Closure Compiler - warning - relax warning about missing `catch` in `try...finally` statement - jslint - allow aliases `evil, nomen` for jslint-directives `eval, name`, respectively - bugfix - fix broken codemirror example More... almost 2 years ago
- bugfix - fix jslint not-recognizing option-chaining when comparing operands of binary operator (#403) More... almost 2 years ago
Merge pull request #402 from kaizhu256/branch-v2022.5.20 More... almost 2 years ago
# v2022.5.20 - 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 More... almost 2 years ago
coverage-report - add function globPathExclude() to revamp coverage-report to exclude files using glob-pattern-matching (#400) More... almost 2 years ago
- wrapper - add jslint-addon for codemirror (#396) More... almost 2 years ago
- vscode - add jslint-extension for vscode (#395) More... almost 2 years ago
Megastring compare (#394) More... almost 2 years ago
Merge pull request #392 from kaizhu256/v2022.3.30 More... about 2 years ago
- test - add test-coverage More... about 2 years ago
# v2022.3.30 - website - use localStorage to persist jslint-options selected in ui - website - add optional debug-mode to use sessionStorage to persist jslint-globals and jslint-source from ui - jslint - add numeric-separator support - jslint - move regexp-literals to module-level so they are explicitly cached, to improve performance - ci - add check for package.json.fileCount More... about 2 years ago
- website - use localStorage to persist jslint-options selected in ui (#391) More... about 2 years ago
Merge pull request #390 from kaizhu256/numeric_separator More... about 2 years ago
- update numeric-separator warning More... about 2 years ago
- consolidate numeric-separator validation-logic into function check_numeric_separator() More... about 2 years ago
- jslint - add numeric-separators support - jslint - move regexp-literals to module-level so they are explicitly cached, to improve performance More... about 2 years ago
- ci - add check for package.json.fileCount More... about 2 years ago
# v2022.2.20 (#388) More... about 2 years ago
fs - rename jslint-wrapper-files to jslint_wrapper_xxx.xxx (#387) More... about 2 years ago
- bugfix - make fart-related warnings more readable (#386) More... about 2 years ago
- bugfix - fix warnings against destructured fart (#385) More... about 2 years ago
- bugfix - fix cryptic-warning against using "delete" keyword in fat-arrow. (#384) More... about 2 years ago
Merge pull request #380 from kaizhu256/alpha More... over 2 years ago
- npm - add file jslint.cjs so package @jslint-org/jslint can be published as dual-module More... over 2 years ago
# v2021.12.20 - jslint - relax warning "function_in_loop" - update function assertJsonEqual to JSON.stringify 3rd param if its an object More... over 2 years ago
- jslint - relax warning "function_in_loop" (#378) More... over 2 years ago
Merge pull request #376 from kaizhu256/v2021.11.20 More... over 2 years ago
- fix main-entrypoint in package.json More... over 2 years ago
# v2021.11.20 - jslint - add top-level-await support - ci - deprecate/remove jslint.cjs from ci - coverage - add cli-options `--exclude=aa,bb`, `--exclude-node-modules=false`, `--include=aa,bb` - coverage - dedupe coverage-logic now applied when only one script passed - npm - add file .npmignore - website - add clickable-links to editor-code in report-warnings and report-functions More... over 2 years ago