Commit Graph
6955 Commits
Author SHA1 Message Date
Masahiro Wakame 8d80986549 Merge pull request #3138 from borisyankov/power-assert
add power-assert
2014-11-14 00:25:48 +09:00
vvakame aeb7701fbe apply code formatter 2014-11-14 00:22:32 +09:00
vvakame f399dcd26a add power-assert/power-assert.d.ts 2014-11-14 00:22:23 +09:00
vvakame b292ad3456 add power-assert-formatter/power-assert-formatter.d.ts 2014-11-14 00:19:21 +09:00
vvakame 0ca036228d add empower/empower.d.ts 2014-11-14 00:14:04 +09:00
vvakame 5869759742 add power-assert/power-assert.d.ts 2014-11-13 23:46:14 +09:00
Masahiro Wakame 9cb712a40b Merge pull request #3079 from borisyankov/auto-generate-contributors.md
generate contributors.md
2014-11-13 23:30:50 +09:00
vvakame 80cc91bc32 add _infrastructure/tests/typescript/1.3.0/tsc.js 2014-11-13 23:11:36 +09:00
Masahiro Wakame 7a9fb41278 Merge pull request #3135 from borisyankov/switch-to-1.3.0
Support TypeScript 1.3.0
2014-11-13 23:05:39 +09:00
vvakame 4fbdb1b904 suppress error siesta/siesta.d.ts 2014-11-13 16:13:35 +09:00
vvakame d56a9855f3 suppress warning bunyan/bunyan-test.ts 2014-11-13 15:09:55 +09:00
vvakame f4630ffae9 suppress error lodash/lodash-tests.ts 2014-11-13 15:08:41 +09:00
vvakame 1cdd9bcd37 add TypeScript compiler 1.3.0 🙀 2014-11-13 13:11:18 +09:00
vvakame ee65b843d5 Merge branch 'master' into auto-generate-contributors.md
Conflicts:
	CONTRIBUTORS.md
2014-11-13 12:52:05 +09:00
Masahiro Wakame 51b2558f01 Merge pull request #3127 from Rahazan/master
Add minilog typings
2014-11-13 12:41:57 +09:00
Masahiro Wakame d10d316c3e Merge pull request #3126 from jvilk/node-fixes
[node] Adding fs.(Read|Write)Stream.close().
2014-11-13 12:39:44 +09:00
Masahiro Wakame cf08dc6503 Merge pull request #3133 from tgfjt/feature/validator
added validator/validator.d.ts
2014-11-13 12:37:23 +09:00
tgfjt 31b873c6b5 added validator/validator.d.ts
for chriso/validator.js @3.22.1
2014-11-13 11:47:03 +09:00
Masahiro Wakame d2cf996b27 Merge pull request #3130 from pine613/feature/content-type
Add content-type
2014-11-13 09:55:36 +09:00
Basarat Ali Syed 3c2446733c Merge pull request #3124 from pocesar/angular-update
update angular to released version 1.3+
2014-11-13 10:42:04 +11:00
MIZUNE Pine 5e5b95afa3 Add content-type 2014-11-13 06:36:43 +09:00
Guido Zuidhof 161a175f85 Add minilog typings 2014-11-12 20:53:16 +01:00
John Vilk f5f114f1e6 Adding fs.(Read|Write)Stream.close().
It's undocumented, but it is present in the source code and programs rely on it.
2014-11-12 13:07:51 -05:00
Masahiro Wakame 41840d0049 Merge pull request #3122 from tomtung/master
TrackballControls should extend EventDispatcher (threejs)
2014-11-12 22:51:19 +09:00
Masahiro Wakame af306b9c3a Merge pull request #3120 from Chris-Martinezz/master
Added lscache definitions
2014-11-12 22:40:21 +09:00
vvakame 1269d1063c Merge branch 'poelstra-bluebird' 2014-11-12 22:29:14 +09:00
vvakame a4fb4b5ee7 Merge branch 'bluebird' of github.com:poelstra/DefinitelyTyped into poelstra-bluebird 2014-11-12 22:28:35 +09:00
Masahiro Wakame 60c0b1267f Merge pull request #3116 from Asana/change-case
Add definitions for change-case
2014-11-12 22:22:36 +09:00
Masahiro Wakame 99f68d0ba1 Merge pull request #3115 from jvilk/tar-fixes
[tar] Fixing Pack to have an optional properties parameter.
2014-11-12 22:21:46 +09:00
Masahiro Wakame bc9c3381a9 Merge pull request #3114 from jvilk/semver-fixes
[semver] Fixing type definition for satisfies to return a boolean.
2014-11-12 22:14:42 +09:00
Masahiro Wakame d45e8eb6af Merge pull request #3112 from Maks3w/jquery.validation/valid-invalid-methods
[jquery.validation][1.11.1] invalidElements and validElements methods
2014-11-12 22:09:27 +09:00
vvakame f5efc9174d Merge branch 'master' into auto-generate-contributors.md
Conflicts:
	CONTRIBUTORS.md
2014-11-12 21:47:16 +09:00
Paulo Cesar 5ab1bd4840 squash! squash! update angular to released version 1.3+
interval delay isnt optional
2014-11-12 08:30:07 -02:00
Martin Poelstra a3b4851dfc Update Bluebird typings to 2.x and fix some issues:
- 'Old' typings moved to "-1.0" version
- Not all v2 methods are added yet
- Promise also implements Inspection
- .finally() doesn't get the value in its callback
- .done() returns void, not a Promise
- Add .tap() and .setScheduler()
- Add error types for use in e.g. catch()'ing specific errors
- Inspection.error() renamed to .reason()
2014-11-12 11:19:15 +01:00
Paulo Cesar 91ea0ef4ce squash! update angular to released version 1.3+
undo optionals
2014-11-12 06:04:00 -02:00
Paulo Cesar eb3420c93c update angular to released version 1.3+ 2014-11-12 01:57:38 -02:00
Yubing (Tom) Dong 792d0aa3c9 TrackballControls should extend EventDispatcher (threejs)
Please see
https://github.com/mrdoob/three.js/blob/master/examples/js/controls/Trac
kballControls.js#L611

The prototype of THREE.TrackballControls is
THREE.EventDispatcher.prototype.
2014-11-11 17:22:07 -08:00
Chris Martinez 49e799b01b Fix lscache header
Fix lscache header so npm test passes.
2014-11-11 12:33:12 -05:00
Chris Martinez 9cd13294ae Added lscache definition
Added lscache definition
2014-11-11 12:24:13 -05:00
John Vilk 64d394d81a Fixing tar.Pack to have an optional properties parameter.
Adding in some JSDoc for the main methods, lifted directly from
documentation, and adding a TODO for the future if someone decides to type
the fstream library.
2014-11-10 13:16:30 -05:00
John Vilk 0008781fb2 Fixing type definition for semver.satisfies to return a boolean.
Cleaning up type definitions a bit, and lifting function comments into
JSDoc so IDEs like Visual Studio will appropriately display the comment.
2014-11-10 12:59:50 -05:00
Basarat Ali Syed 39531c32fe Merge pull request #3113 from borisyankov/infrastructure/faster-travis
Use the new beta build env on Travis
2014-11-10 16:20:22 +11:00
Basarat Ali Syed 5f4765a1c9 Use the new beta build env on Travis
https://github.com/travis-ci/docs-travis-ci-com/blob/ha-docker-documentation/user/container-based-infrastructure.md

Seen on `Microsoft/TypeScript/pull/1085` by travis team
2014-11-10 16:15:58 +11:00
Maks3w e07da8a6fa [jquery.validation][1.11.1] invalidElements and validElements methods 2014-11-09 12:09:26 +01:00
Masahiro Wakame cd280100a8 Merge pull request #3110 from jbblanchet/master
Declare variable so import works
2014-11-09 10:18:00 +09:00
jbblanchet eae67433b7 Declare variable so import works
When declaring a module, it's necessary to declare a variable then
export it, else the import keyword won't work properly when using
modules.
2014-11-08 12:45:12 -05:00
vvakame 6df752c768 Merge branch 'JeroMiya-angularjs_legacyUpdate' 2014-11-09 00:51:18 +09:00
vvakame 9e660da4c9 Merge branch 'angularjs_legacyUpdate' of github.com:JeroMiya/DefinitelyTyped into JeroMiya-angularjs_legacyUpdate 2014-11-09 00:50:57 +09:00
Masahiro Wakame 9726f2c6fb Merge pull request #3101 from in-async/angularfire.d.ts
update angular/angularfire.d.ts and angularfire-tests.ts
2014-11-09 00:39:32 +09:00
Masahiro Wakame 64ad757cda Merge pull request #3108 from nikeee/master
Fix bug in node-webkit when requiring nw.gui
2014-11-09 00:28:10 +09:00