mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
converted tester to promises & lazy iteration
added bluebird & lazy.js dependencies checking-in used definitions added tsd.json parallelized async with bluebird most iteration uses lazy.js re-factored test flow to promise structure (instead of chain) renamed some stuff linted some quotes cleaned up output added some color
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "v4",
|
||||
"repo": "borisyankov/DefinitelyTyped",
|
||||
"ref": "master",
|
||||
"path": "_infrastructure/tests/typings",
|
||||
"bundle": "_infrastructure/tests/typings/tsd.d.ts",
|
||||
"installed": {
|
||||
"bluebird/bluebird.d.ts": {
|
||||
"commit": "bac5b4311465c7052467ec315d0cbb1c640a69d6"
|
||||
},
|
||||
"node/node.d.ts": {
|
||||
"commit": "bac5b4311465c7052467ec315d0cbb1c640a69d6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user