Major refactoring of async code

The result is correct handling of tiddlers being overwritten within
recipes.
This commit is contained in:
Jeremy Ruston
2011-12-02 14:40:18 +00:00
parent afa1f77dc6
commit efd194141c
16 changed files with 164 additions and 5526 deletions

16
node_modules/async/package.json generated vendored
View File

@@ -1,16 +0,0 @@
{ "name": "async"
, "description": "Higher-order functions and common patterns for asynchronous code"
, "main": "./index"
, "author": "Caolan McMahon"
, "version": "0.1.15"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/caolan/async.git"
}
, "bugs" : { "url" : "http://github.com/caolan/async/issues" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"
}
]
}