2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow variable shadowing as an opt-in option (#14) More... about 14 years ago
Fixed a bug with variable redefenition More... about 14 years ago
Allow the use of variables/functions before definition. Added option latedef to disallow More... about 14 years ago
Fixed README: by node-jasmine we meant jasmine-node More... over 14 years ago
Moved typed array globals under the browser option More... over 14 years ago
Added support for typed array globals (#90) More... over 14 years ago
Added runtests.js to the JSHint tests and added support for shebangs (#66) More... over 14 years ago
Refactored funcloop tests More... over 14 years ago
Merge branch 'loopfunc' of https://github.com/sconover/jshint into sconover-loopfunc More... over 14 years ago
Corrected misspelled "specigic" More... over 14 years ago
Changed error messages: function statements -> function declarations More... over 14 years ago
Updated CHANGELOG to reflect 2011-03-01 edition More... over 14 years ago
Bumped edition string More... over 14 years ago
Supply your own globals to JSHINT function without using /*globals ... */ structure. More... over 14 years ago
optionally allow functions to be defined within loops More... over 14 years ago
Added tests for the change More... over 14 years ago
Merge branch 'sky_array' of https://github.com/schuyler1d/jshint into schuyler1d-sky_array More... over 14 years ago
Added support for the default statement fall through More... over 14 years ago
Added support for automatic semicolon insertion (asi option) More... over 14 years ago
Added support for explicit case statement fall through More... over 14 years ago
new Array(#expression#) is valid More... over 14 years ago
Tolerate pattern where is used as a function argument (fixes #33) More... over 14 years ago
Made a bad call with `delete` operator. More... over 14 years ago
Ignore undefined variables if we're inside delete (second part of #25, fixed) More... over 14 years ago
Tolerate deleting variables by default but disallow when safe:true More... over 14 years ago
Ignore undefined variables if we're inside typeof (#25) More... over 14 years ago
Don't mark == null as a poor relation when boss:true (fixes #13) More... over 14 years ago
Forgot to add FileReader to the previous commit More... over 14 years ago
Added new browser-related globals: localStorage, applicationCache, openDatabase, Worker, WebSocket. Note that webkitNotifications is not in that list because it is Chrome specific API. More... over 14 years ago
Added support for CouchDB More... over 14 years ago