16
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #323 from kaizhu256/v2021.6.12 More... almost 3 years ago
## v2021.6.12 - bugfix - fix await expression/statement inside catch-statement not registered by functionage.await. - bugfix - fix cli appending slash "/" to normalized filename. - bugfix - fix issue #316, #317 - jslint complains about dynamic-import. - bugfix - fix misleading warning describing alphabetical-order instead of ascii-order. - bugfix - fix off-by-one-column bug in missing-semicolon-warning. - bugfix - fix try-catch-block complaining about "Unexpected await" inside async-function. - directive - re-introduce `/*jslint name*/` to ignore "Bad property name" warning. - doc - add install-screenshots. - jslint - add new warning if case-statements are not sorted. - jslint - add warning for unexpected ? in example `aa=/.{0}?/`. - jslint - add warning for unexpected-expr in example `async function aa(){await 0;}`. - jslint-refactor-1 - make "stateful" variables scoped outside of jslint() "stateless" by moving them into jslint(). - jslint-refactor-2 - inline constants anticondition, bitwiseop, escapeable, and opener directly into code. - jslint-refactor-3 - inline regexp-functions quantifier(), ranges(), klass(), choice(), directly into code. - jslint-refactor-4 - document jslint process and each recursion-loop converted to while-loop. - remove unnecessary variables nr. - rename artifact-related variables a, b to let artifact_now, artifact_nxt. - rename functions make() to token_create(). - reorganize/rename "global" variables by topical-prefixes: artifact_xxx, export_xxx, from_xxx, import_xxx, line_xxx, mode_xxx, token_xxx - jslint-refactor-5 - split jslint-core-logic into 5-phases. - move phase-sub-functions out of function-jslint(). - move global-vars into state-object, that can be passed between functions. - migrate recursive-loops to while-loops in sub-function phase2_lex(). - move remaining global-vars into sub-functions or hardcode. - update functions artifact(), stop(), warn() with fallback-code `the_token = the_token || state.token_nxt;`. - website - add ui-loader-animation. More... almost 3 years ago
- update README.md. More... almost 3 years ago
- jslint - add new warning if case-statements are not sorted. (#322) More... almost 3 years ago
Merge pull request #321 from kaizhu256/jslint-refactor-5 More... almost 3 years ago
- jslint-refactor-5 - update functions artifact(), stop(), warn() with fallback-code `the_token = the_token || state.token_nxt;`. More... almost 3 years ago
- jslint-refactor-5 - move remaining global-vars into sub-functions or hardcode. More... almost 3 years ago
- migrate recursive-loops to while-loops in sub-function phase2_lex(). More... almost 3 years ago
- move global-vars into state-object, that can be passed between functions. More... almost 3 years ago
- move phase-sub-functions out of function-jslint(). More... almost 3 years ago
- jslint-refactor-5 - split jslint-core-logic into 5-phases. More... almost 3 years ago
- make sure "context" is an empty-object. More... almost 3 years ago
- bugfix - fix misleading warning describing alphabetical-order instead of ascii-order. (#320) More... almost 3 years ago
- jslint - add warning for unexpected-expr in example `async function aa(){await 0;}`. More... almost 3 years ago
- bugfix - fix issue #316, #317 - jslint complains about dynamic-import. (#318) More... almost 3 years ago
Merge pull request #315 from kaizhu256/nomen More... almost 3 years ago
- directive - rename directive nomen to name. More... almost 3 years ago
- directive - re-introduce `/*jslint nomen*/` to ignore "Bad property name" warning. More... almost 3 years ago
Merge pull request #314 from kaizhu256/jslint-refactor-4 More... almost 3 years ago
- bugfix - fix cli appending slash "/" to normalized filename. - bugfix - fix try-catch-block complaining about "Unexpected await" inside async-function. More... almost 3 years ago
- jslint-refactor-4 - rename variables fudge to line_fudge, early_stop to mode_early_stop, exports to export_object, froms to import_from_array, prior to token_before_slash, regexp_seen to mode_regexp, shebang to mode_shebang. More... almost 3 years ago
- jslint-refactor-4 - remove unnecessary variables nr. - rename artifact-related variables a, b to let artifact_now, artifact_nxt. - rename functions make() to token_create(). - rename line-related variables from xxx_line to line_xxx. - rename mode-related variables from xxx_mode to mode_xxx. - rename token-related variables from xxx_token to token_xxx. More... almost 3 years ago
- jslint-refactor-4 - document jslint process and each recursion-loop converted to while-loop. More... almost 3 years ago
- website - add ui-loader-animation. More... almost 3 years ago
Merge pull request #313 from kaizhu256/jslint-refactor-3 More... almost 3 years ago
- jslint-refactor-3 - inline regexp-functions quantifier(), ranges(), klass(), choice(), directly into code. - jslint - add warning for unexpected ? in example `aa=/.{0}?/`. More... almost 3 years ago
- jslint-rewrite-2 - inline constants anticondition, bitwiseop, escapeable, and opener directly into code. More... almost 3 years ago
- jslint rewrite part1 - make "stateful" variables scoped outside of (#312) More... almost 3 years ago
## v2021.6.3 (#311) More... almost 3 years ago
- fix off-by-one column when warn_at() is called explicitly. More... almost 3 years ago