16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- update pr-xxx More... about 1 year ago
- jslint - hide warning about unordered case-statements behind beta-flag More... about 1 year ago
- ci - bugfix - update shell-function shCiBase() to handle undefined fileMain More... over 1 year ago
- ci - auto-update version-number in main mjs-module More... over 1 year ago
- ci - update shell-function shDirHttplinkValidate() to ignore insecure-links http://127.0.0.1, http://localhost More... over 1 year ago
Merge pull request #416 from kaizhu256/branch-v2022.11.20 More... over 1 year ago
# v2022.11.20 - ci - update ci from node-v16 to node-v18 - cli - remove deprecated cli-option `--mode-vim-plugin` - node - after node-v14 is deprecated, remove shell-code `export "NODE_OPTIONS=--unhandled-rejections=strict"`. - editor - update codemirror-editor to v5.65.10 - remove obsolete help.html More... over 1 year ago
Merge pull request #415 from kaizhu256/branch-v2022.9.20 More... over 1 year ago
# v2022.9.20 - directive - add new directive `fart` to allow complex fat-arrow More... over 1 year ago
- directive - add new directive `fart` to allow complex fat-arrow (#414) More... over 1 year ago
Merge pull request #411 from kaizhu256/branch-v2022.6.21 More... over 1 year ago
- sync codemirror css and js More... over 1 year ago
# v2022.7.20 - bugfix - warnings that should be ignored sometimes suppress legitimate warnings - doc - document jslint directives - vscode - add extra contextmenu commands "JSLint - Do Not Lint Selected Region", "JSLint - Ignore Current Line" More... over 1 year ago
- bugfix - warnings that should be ignored sometimes suppress legitimate warnings (#409) More... over 1 year ago
- doc - document jslint directives (#407) More... over 1 year ago
Merge pull request #406 from kaizhu256/branch-v2022.6.21 More... almost 2 years ago
# v2022.6.21 - directive - add new directive `subscript` for linting of scripts targeting Google Closure Compiler - bugfix - fix expression after "await" mis-identified as statement - 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 - allow array-literals to directly call [...].flat() and [...].flatMap() More... almost 2 years ago
- bugfix - fix expression after "await" mis-identified as statement (#405) More... almost 2 years ago
Merge pull request #404 from kaizhu256/directive_subscript More... almost 2 years ago
- 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... almost 2 years ago
- test - add test-coverage More... almost 2 years ago