0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing bug in watch when a file changes and gets reloaded the watch is added to it again, triggering 2 bundle events, then 4, 8, etc. More... about 13 years ago
Taking out setTimeout which was a crutch left over from the mtime comparison bug More... about 13 years ago
Fixed mtime checks in watch. Was comparing Date objects. Should compare actual timestamps. This caused compiling to continue happening when nothing was being modified. More... about 13 years ago
bump for Object_keys leak More... about 13 years ago
check if window exists to fix tests again More... about 13 years ago
don't leak Object_keys in prelude More... about 13 years ago
testling instructions on the main readme More... about 13 years ago
documented the testling test More... about 13 years ago
the nextTick test works! More... about 13 years ago
process.nextTick using postMessage with failing test More... about 13 years ago
jsdom test for setTimeout nextTick More... about 13 years ago
bump for the cache file $HOME fix More... about 13 years ago
skip the cache file if $HOME is undefined More... about 13 years ago
update usage for cache More... about 13 years ago
turn caching on by default in lib/wrap.js More... over 13 years ago
turn caching on by default More... over 13 years ago
caching in the cli tool More... over 13 years ago
updated the docs about caching, bump More... over 13 years ago
passing test for the cache code More... over 13 years ago
fix outmoded semvers More... over 13 years ago
use deputy, untested but it doesn't break anything More... over 13 years ago
put the watcher back after a brief delay More... over 13 years ago
-i for ignore More... over 13 years ago
--no-prelude bump and docs More... over 13 years ago
prelude option for the cli client and a bugfix for patching properties through to wrap More... over 13 years ago
write out messages to stderr if there are no listeners for syntaxError More... over 13 years ago
bump for the require("") bugfix More... over 13 years ago
fix for require("") bug More... over 13 years ago
failing test for require("") bug More... over 13 years ago
make sure that entry files get put in paths More... over 13 years ago