openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ThunderBayes
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 14, 2024 — Jun 14, 2025
Showing page 75 of 77
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Allow variable shadowing as an opt-in option (#14)
Anton Kovalyov
More...
about 14 years ago
Fixed a bug with variable redefenition
Anton Kovalyov
More...
about 14 years ago
Allow the use of variables/functions before definition. Added option latedef to disallow
Anton Kovalyov
More...
about 14 years ago
Fixed README: by node-jasmine we meant jasmine-node
Christopher Joslyn
More...
over 14 years ago
Moved typed array globals under the browser option
Anton Kovalyov
More...
over 14 years ago
Added support for typed array globals (#90)
Anton Kovalyov
More...
over 14 years ago
Added runtests.js to the JSHint tests and added support for shebangs (#66)
Anton Kovalyov
More...
over 14 years ago
Refactored funcloop tests
Anton Kovalyov
More...
over 14 years ago
Merge branch 'loopfunc' of https://github.com/sconover/jshint into sconover-loopfunc
Anton Kovalyov
More...
over 14 years ago
Corrected misspelled "specigic"
Christopher McCulloh
More...
over 14 years ago
Changed error messages: function statements -> function declarations
Anton Kovalyov
More...
over 14 years ago
Updated CHANGELOG to reflect 2011-03-01 edition
Anton Kovalyov
More...
over 14 years ago
Bumped edition string
Anton Kovalyov
More...
over 14 years ago
Supply your own globals to JSHINT function without using /*globals ... */ structure.
Steve Conover
More...
over 14 years ago
optionally allow functions to be defined within loops
Steve Conover
More...
over 14 years ago
Added tests for the change
Anton Kovalyov
More...
over 14 years ago
Merge branch 'sky_array' of https://github.com/schuyler1d/jshint into schuyler1d-sky_array
Anton Kovalyov
More...
over 14 years ago
Added support for the default statement fall through
Anton Kovalyov
More...
over 14 years ago
Added support for automatic semicolon insertion (asi option)
Anton Kovalyov
More...
over 14 years ago
Added support for explicit case statement fall through
Anton Kovalyov
More...
over 14 years ago
new Array(#expression#) is valid
Schuyler Duveen
More...
over 14 years ago
Tolerate pattern where is used as a function argument (fixes #33)
Anton Kovalyov
More...
over 14 years ago
Made a bad call with `delete` operator.
Anton Kovalyov
More...
over 14 years ago
Ignore undefined variables if we're inside delete (second part of #25, fixed)
Anton Kovalyov
More...
over 14 years ago
Tolerate deleting variables by default but disallow when safe:true
Anton Kovalyov
More...
over 14 years ago
Ignore undefined variables if we're inside typeof (#25)
Anton Kovalyov
More...
over 14 years ago
Don't mark == null as a poor relation when boss:true (fixes #13)
Anton Kovalyov
More...
over 14 years ago
Forgot to add FileReader to the previous commit
Anton Kovalyov
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.
Anton Kovalyov
More...
over 14 years ago
Added support for CouchDB
Anton Kovalyov
More...
over 14 years ago
←
1
2
…
69
70
71
72
73
74
75
76
77
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree