Commit Graph
8226 Commits
Author SHA1 Message Date
Masahiro Wakame dfa40f4647 Merge pull request #3671 from istupakov/patch-1
Fix JQueryStatic.hubConnection method signature.
2015-02-21 01:25:14 +09:00
Masahiro Wakame 5fb4a30b16 Merge pull request #3669 from sukobuto/patch-1
fix return type of stringStartsWith
2015-02-21 00:07:07 +09:00
Masahiro Wakame 3923b367cf Merge pull request #3666 from optical/oboe-error
Change error from string to Error
2015-02-21 00:01:41 +09:00
Masahiro Wakame dcb3fa035e Merge pull request #3665 from NN---/patch-14
Remove optional from non optional properties
2015-02-20 23:58:50 +09:00
Masahiro Wakame f5557a09dc Merge pull request #3637 from Nemo157/leaflet-label
Add definitions for Leaflet.label
2015-02-20 23:56:55 +09:00
Masahiro Wakame ddadc18f93 Merge pull request #3646 from devoto13/master
Added definition and tests for should-promised library
2015-02-20 23:55:24 +09:00
Ilya 86b5a281ac Fix JQueryStatic.hubConnection method signature. 2015-02-17 23:54:30 +06:00
John Reilly 49b821f06b Merge pull request #3615 from Asana/react-0.13-fix
Split modules react and react/addons; exporting Component<P, S, C> class
2015-02-17 17:21:25 +00:00
Kenta Suzuki 7d12983640 fix return type of stringStartsWith 2015-02-17 19:36:06 +09:00
Masahiro Wakame 25286fd7b2 Merge pull request #3648 from tbureck/master
Create jBinary.d.ts
2015-02-17 10:22:16 +09:00
Jared 77b5d45c49 Change error from string to Error 2015-02-17 13:16:36 +13:00
NN a3f2d345af Remove optional from non optional properties
See documentation: https://developer.chrome.com/extensions/webRequest
2015-02-16 23:44:22 +02:00
Tim Bureck ae77785d1c * Renamed file to match contribution guidelines
* Added simple tests-file
* Made callback parameters in seek() and skip() optional
2015-02-16 20:15:26 +01:00
Tim Bureck 971afd9fc3 Removed jBinary.d.ts as preparation for renaming to lower cased name (workaround for Windows problems I suppose) 2015-02-16 20:13:39 +01:00
Yaroslav Admin 8a8c7be52c Added definition and tests for should-promised library 2015-02-16 17:02:05 +01:00
vvakame ee60c40a96 update CONTRIBUTORS.md 2015-02-17 00:52:29 +09:00
Masahiro Wakame 08f2625bf2 Merge pull request #3664 from jbondc/contrib
nopt typings
2015-02-17 00:51:53 +09:00
Masahiro Wakame 1f6c0fe9ea Merge pull request #3663 from spencerwi/master
Add definitions for node-persist
2015-02-17 00:51:10 +09:00
Masahiro Wakame f4d4645da0 Merge pull request #3661 from SergioMorchon/patch-5
Update knockout.d.ts
2015-02-17 00:50:38 +09:00
jbondc 251c98f284 nopt typings 2015-02-16 10:46:08 -05:00
Masahiro Wakame 6082b7d4f0 Merge pull request #3659 from Asana/sax
Add sax.d.ts for sax-js (sax-style XML parser)
2015-02-17 00:45:15 +09:00
Masahiro Wakame fdbba5be1c Merge pull request #3658 from optical/mkpath
Mkpath
2015-02-17 00:44:36 +09:00
Masahiro Wakame 797b24b1de Merge pull request #3657 from hraban/webaudioapi
[webaudioapi] Specialize event handler type
2015-02-17 00:43:57 +09:00
Masahiro Wakame 4620ae4790 Merge pull request #3655 from zeh/patch-1
Marked as compatible with r12
2015-02-17 00:42:55 +09:00
Masahiro Wakame 793f027d17 Merge pull request #3651 from mrk21/add-react-router.d.ts
Added react-router/react-router.d.ts(0.12.0).
2015-02-17 00:39:19 +09:00
Masahiro Wakame b06163dc42 Merge pull request #3647 from atrakeur/master
Corrected Nodejs querystring (un)escape definitions
2015-02-17 00:38:10 +09:00
Masahiro Wakame 596722e702 Merge pull request #3643 from tigerswithguitars/laterjs
Later - Define schedules and calculate future or previous schedule occurrences.
2015-02-17 00:34:40 +09:00
Masahiro Wakame c818e7bdf3 Merge pull request #3642 from hanazuki/lodash
lodash: Add definitions for string-related functions
2015-02-17 00:12:49 +09:00
Masahiro Wakame 41b9904338 Merge pull request #2855 from CodeAnimal/sequelize-2.0.0dev13
Add Sequelize type definition and tests
2015-02-17 00:06:35 +09:00
Masahiro Wakame 256c7cd5b6 Merge pull request #3639 from cyrilschumacher/master
Update "java-applet" definition.
2015-02-17 00:03:00 +09:00
Spencer Williams d7746a7ecb Add definitions for node-persist 2015-02-16 09:10:41 -05:00
Sergio Morchón Poveda e77ce2d307 Update knockout.d.ts 2015-02-16 11:14:01 +01:00
Vincent Siao 5a3ca5378b Add sax.d.ts for sax-js (sax-style XML parser) 2015-02-16 01:26:51 -08:00
Jared 604e1a1da2 Add newline at end of file 2015-02-16 17:23:00 +13:00
Jared 7e87f449a8 Add typings for the mkpath library 2015-02-16 17:21:36 +13:00
Hraban Luyat d24e36d975 [webaudioapi] Specialize event handler type
The event handler was defined to take an argument of generic type Event:
this loses the audio event specific type info as defined in the (unused)
AudioProcessingEvent interface.

This patch declares the onaudioprocessing event handler as accepting an
argument of the correct type.
2015-02-16 05:18:49 +01:00
Wim Looman 7eb96af793 Add in constructor for label 2015-02-16 16:49:37 +13:00
Horiuchi_H bcf610fef5 Merge pull request #3654 from yegor-alexeyev/master
Changed order of method declarations for correct overloading
2015-02-16 12:48:18 +09:00
Horiuchi_H 9d0150020f Merge pull request #3653 from hraban/patch-1
Markdown formatting error in webaudioapi/readme.md
2015-02-16 12:47:20 +09:00
Horiuchi_H d2c6f93ed1 Merge pull request #3652 from NoelAbrahams/documentdb
Adds definitions for documentdb
2015-02-16 12:45:44 +09:00
Horiuchi_H cb3136dacf Merge pull request #3649 from rogierschouten/sanitize-html
Add typings for sanitize-html
2015-02-16 12:42:36 +09:00
Horiuchi_H c9e97cf577 Merge pull request #3645 from chrootsu/lazyjs-concat
Fix the argument of ArrayLikeSequence.concat() in Lazy.js definitions
2015-02-16 12:36:01 +09:00
zeh fernando 78223f4c00 Marked as compatible with r12
Marked the definitions as being compatible with r12 as the interface did not change
2015-02-15 18:42:50 -05:00
Yegor Alexeyev a3d0c79e1d Changed order of method declarations for correct overloading 2015-02-15 20:18:37 +03:00
Hraban Luyat bc40a15b69 Markdown formatting error in webaudioapi/readme.md
Github markdown parser wants an empty newline around code blocks, apparently
2015-02-15 17:42:04 +01:00
Noel Abrahams a2043876b1 Includes attribution URL 2015-02-15 13:11:08 +00:00
Tim Bureck a78835ccff Fixed missing type hinting for callback parameters in seek() and skip() methods in jBinary.d.ts 2015-02-15 13:44:43 +01:00
Tim Bureck 56c5256ed0 TS 1.4.1 fixes in jBinary.d.ts 2015-02-15 13:38:42 +01:00
Noel Abrahams 371c5ab19c Adds definitions for documentdb 2015-02-15 12:04:16 +00:00
Yuichi Murata d1f8f27eea Added react-router/react-router.d.ts(0.12.0). 2015-02-15 17:33:41 +09:00