3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix for Python 2.4 More... about 18 years ago
allow jsparse to locate possible comments before the script is parsed More... about 18 years ago
move knowledge of script excerpts into NodePositions More... about 18 years ago
handle IE conditional comments More... about 18 years ago
no_return_value: fix for if statements with else More... about 18 years ago
a rough cut at supporting HTML files More... about 18 years ago
allow adjusting node positions when parsing scripts More... about 18 years ago
improve pyjsl.lint.Scope's contract: More... about 18 years ago
pyjsl.lint.Scope's contract indicates that "node" may be None More... about 18 years ago
unreachable_code: check for unreachable conditions in for loops and do..while loops More... about 18 years ago
improve code flow warnings More... about 18 years ago
unreferenced_identifier: add another test case More... about 18 years ago
tweak output of the --dump parameter More... about 18 years ago
fix for reading blank files More... about 18 years ago
htmlparse: begin work on parsing HTML files More... about 18 years ago
unreferenced_identifier: handle x++ and x-- More... about 18 years ago
want_assign_or_call: first cut at implementation More... about 18 years ago
fix traceback with syntax errors More... about 18 years ago
unreferenced_identifier: by default, disable for tests to reduce noise More... about 18 years ago
unreferenced_identifier: improve warning to ignore variable assignments More... about 18 years ago
unreferenced_identifier: first cut at implementation More... about 18 years ago
silence warning More... about 18 years ago
useless_quotes: only warn if the text would be syntactically valid More... about 18 years ago
first cut at supporting jsl:pass More... about 18 years ago
first cut at implementing fallthru More... about 18 years ago
slight fix to r210 More... about 18 years ago
Break part of jsparse.parse into jsparse.parsecomments. More... about 18 years ago
var_hides_arg: add test for possible enhancement More... about 18 years ago
fix duplicate meaningless_block warning More... about 18 years ago
revert r203; var_hides_arg is handled elsewhere More... about 18 years ago