2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds unit tests to confirm GH-336 fix is working More... over 13 years ago
Fixes bug where s was undefined on empty block More... over 13 years ago
Adds tests for unexpected spaces' column count More... over 13 years ago
Fixes incorrect character being returned More... over 13 years ago
Parser hangs if two colons are used in a case/default statement More... over 13 years ago
Increased right binding power of return expression so that it could parse things like `return x = 2;`. More... over 13 years ago
Fixed inconsistency between options defined via comments and as JSHINT arguments. More... over 13 years ago
Revised Node.js global (per v0.5.9) and added a test case for ECMAScript standard globals (no option needed). More... over 13 years ago
Fixed incorrect column numbers when detecting whitespace. More... over 13 years ago
Add tests based on code coverage More... over 13 years ago
Parse directives more correctly. More... over 13 years ago
Style-related changes to the GH-319 (esnext option) More... over 13 years ago
Merge branch 'master' into goatslacker-const More... over 13 years ago
Merge pull request #318 from goatslacker/GHUB-317 More... over 13 years ago
Throws a warning when forgetting to set a constant's value More... over 13 years ago
Adds support for `const` to JSHINT More... over 13 years ago
Changes syntax so JSHINT tests pass successfully More... over 13 years ago
Merge pull request #313 from nzakas/master More... over 13 years ago
Merge pull request #310 from WolfgangKluge/281-lastsemic-white More... over 13 years ago
Allow multiple filenames to be passed in to Rhino CLI More... over 13 years ago
Merge fix More... over 13 years ago
Fixed a whitespace typo that was breaking tests More... over 13 years ago
Merge pull request #304 from WolfgangKluge/self-test More... over 13 years ago
Warn about missing semicolon after "use strict" even when ASI is on. More... over 13 years ago
Fixed JavaScriptCore wrapper to accept options in a sane format More... over 13 years ago
Output filename on error and use stricter self-tests More... over 13 years ago
Fix #223: scope checking More... over 13 years ago
Enabled indent:4 for jshint.js. Closes GH-295 More... over 13 years ago
Merge pull request #298 from WolfgangKluge/parse-return More... over 13 years ago
Merge pull request #299 from WolfgangKluge/test-helper-fix More... over 13 years ago