Commit Graph
6780 Commits
Author SHA1 Message Date
satoru kimura 62b76782c8 Changed the file structure for ease of handling from tsd and added several utility classes. 2014-10-30 12:57:24 +09:00
Masahiro Wakame 1a9210fff5 Merge pull request #3047 from Promact/master
Added svg-pan-zoom typings and their test file. Updated CONTRIBUTORS.md.
2014-10-29 12:44:29 +09:00
Masahiro Wakame c33dd58ca4 Merge pull request #3043 from pine613/feature/knockout.es5/fix
Fix --noImplicitAny error
2014-10-29 12:35:12 +09:00
Masahiro Wakame 85cd7ac17d Merge pull request #3041 from errorx666/es6-promise-cast
remove cast method
2014-10-29 12:33:32 +09:00
Masahiro Wakame d01ad4ef98 Merge pull request #2853 from nikeee/master
Add node-podcast
2014-10-29 12:27:07 +09:00
Basarat Ali Syed 639f974f9d Merge pull request #2957 from AdaskoTheBeAsT/master
move_node, copy_node - fixed signatures
2014-10-28 15:39:01 +11:00
John Reilly db12137e9a Merge pull request #3048 from dmorgantini/master
upgrade to q v 1.0.1
2014-10-27 21:27:11 +00:00
David Morgantini ca4d1a714c upgrade to q v 1.0.1 2014-10-27 21:10:53 +00:00
Chintan Shah 70d7fc3bef Added svg-pan-zoom typings and their test file. Updated CONTRIBUTORS.md. 2014-10-28 01:11:57 +05:30
MIZUNE Pine 1036916639 Fix --noImplicitAny error 2014-10-28 02:53:19 +09:00
error 67469b12e4 remove cast method 2014-10-27 10:31:35 -05:00
Masahiro Wakame aacb0059e0 Merge pull request #3040 from soundTricker/master
Rename module, directory and filename to follow CONTRIBUTING.md (From notify.js To notifyjs)
2014-10-27 13:46:45 +09:00
Masahiro Wakame 49d2bdcb04 Merge pull request #3039 from michaelkourlas/patch-1
Change window.plugins type to interface
2014-10-27 12:51:06 +09:00
Masahiro Wakame c8c1085a7b Merge pull request #3037 from Suwato/add-angular-notify.d.ts
add-angular-notify.d.ts
2014-10-27 12:50:03 +09:00
Masahiro Wakame 48fd272fc2 Merge pull request #3033 from shinyaohira/hapi-register
Add register definition to hapi
2014-10-27 12:45:06 +09:00
Masahiro Wakame bdd34a37f2 Merge pull request #3022 from Asana/create-element
Adding createElement
2014-10-27 12:34:51 +09:00
Masahiro Wakame 047fd5822d Merge pull request #3029 from ThomasDalla/patch-1
Add "has" in the LanguageChains
2014-10-27 12:05:13 +09:00
Michael Kourlas b5f13fa66c Change window.plugins type to interface
Change the type of window.plugins from an object literal specific to Push.d.ts to an interface called Plugins, which can be modified by other code.
2014-10-26 23:03:34 -04:00
Masahiro Wakame 8817deb179 Merge pull request #3028 from swook/master
Add visionmedia/debug, a tiny npm package for debugging
2014-10-27 12:02:22 +09:00
Masahiro Wakame ccb91cb240 Merge pull request #3027 from jimmejardine/master
Improved return type of getTextContent():
2014-10-27 12:00:33 +09:00
Keisuke Oohashi 796f857dcb Rename module, directory and filename to follow CONTRIBUTING.md 2014-10-27 11:46:19 +09:00
Masahiro Wakame d4ad0c24d7 Merge pull request #3021 from bluong/pairs
Pairs
2014-10-27 11:34:36 +09:00
Masahiro Wakame e87d03296b Merge pull request #3020 from bluong/minMax
Adding index arg to accessor for min/max.  Letting args be optional
2014-10-27 11:34:02 +09:00
Masahiro Wakame ef3749e91a Merge pull request #3018 from ErikSchierboom/ladda-upgrade
Updated Ladda definition to v0.9.4
2014-10-27 11:31:07 +09:00
Masahiro Wakame fbe975d6fd Merge pull request #3038 from vvakame/update-angular.d.ts
update angular.d.ts
2014-10-27 11:28:45 +09:00
vvakame 7252edb0ec fix broken test 2014-10-27 11:26:08 +09:00
vvakame 0efa290ca6 update angular.d.ts 2014-10-27 11:22:46 +09:00
Masahiro Wakame 3ec4b591c9 Merge pull request #3016 from zerobuzz/make-http-headers-fun-arg-optional
Relax headers function type in http promise callbacks.
2014-10-27 11:11:48 +09:00
Masahiro Wakame c797bedf24 Merge pull request #3015 from poelstra/yargs
Add typings for 'yargs'.
2014-10-27 11:02:54 +09:00
Masahiro Wakame 3041a8d768 Merge pull request #3014 from rogierschouten/checksum-0.1.1
Add typings for checksum-0.1.1.
2014-10-27 11:01:21 +09:00
Masahiro Wakame a6b918aeec Merge pull request #3013 from gyohk/threejs-modification
Added utility classes of three.js (and minor modifications).
2014-10-27 10:51:44 +09:00
Masahiro Wakame 4efcf10723 Merge pull request #3009 from aymericbeaumet/redis
make node_redis inherits from EventEmitter
2014-10-27 10:44:40 +09:00
Masahiro Wakame 6090406dde Merge pull request #3007 from aymericbeaumet/bunyan-logentries
add bunyan-logentries definitions
2014-10-27 10:42:04 +09:00
Suwato 1599c00cba add-angular-notify.d.ts 2014-10-27 10:30:28 +09:00
Shinya Ohira d37305a75c Add register definition to hapi 2014-10-26 23:53:24 +09:00
Thomas Dall'Agnese 266b7f00b7 Add "has" in the LanguageChains
"has" is the same as "have" but makes the sentences more "natural".
Added it in the LanguageChains to make WebStorm recognise it.
2014-10-25 13:14:36 +09:00
Seon-Wook Park 3fd8df8c07 Add package debug to CONTRIBUTORS.md 2014-10-25 02:35:20 +02:00
Seon-Wook Park fe09ccfd68 Add visionmedia/debug, a tiny npm package for debugging 2014-10-25 02:32:13 +02:00
jimmejardine ad6ef710f1 Improved return type of getTextContent():
Created TextContent interface
2014-10-24 17:02:52 +01:00
satoru kimura bd93df164f Added utility classes of three.js (and minor modifications). 2014-10-24 09:14:39 +09:00
Phips Peter 10a78d4323 Adding createElement
This is based off the work of @jnetterf in
https://github.com/Asana/typed-react/pull/24/files#diff-4
2014-10-22 17:11:22 -07:00
Brandon Luong c4733bccc5 pairs document 2014-10-22 14:14:56 -07:00
Brandon Luong d50b10def2 Making accessor have optional arguments and include index 2014-10-22 14:04:53 -07:00
bluong 7c32dfc7b7 Merge pull request #3 from borisyankov/master
Update fork
2014-10-22 13:59:56 -07:00
Erik Schierboom 04080791c5 Updated Ladda definition to v0.9.4 2014-10-22 15:40:26 +02:00
Matthias Fischmann d325c983f9 headers function in http promise callbacks: passing no name arg returns entire headers object. 2014-10-22 14:25:15 +02:00
Martin Poelstra e24d68612a Add typings for 'yargs'. 2014-10-22 12:20:07 +02:00
Rogier Schouten 600e24f64f Add typings for checksum-0.1.1. 2014-10-22 10:21:24 +02:00
Aymeric Beaumet b5f6b3d5b1 make node_redis inherits from EventEmitter 2014-10-21 19:14:40 +02:00
Aymeric Beaumet 4846f970d2 add bunyan-logentries definitions 2014-10-21 18:32:27 +02:00