Kiarash Ghiaseddin
8fa411866a
Add reference paths
2015-02-18 12:42:18 +01:00
Kiarash Ghiaseddin
890346fb31
Merge remote-tracking branch 'upstream/master'
2015-02-18 02:02:57 +01:00
Kiarash Ghiaseddin
845b8e3ccb
Add (legacy) Settings for internal api use
...
# Add (legacy) Settings for internal api use
# Remove I from naming
# Update tests
2015-02-18 01:53:48 +01: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
Masahiro Wakame
25286fd7b2
Merge pull request #3648 from tbureck/master
...
Create jBinary.d.ts
2015-02-17 10:22:16 +09: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
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
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
Rogier Schouten
71b9e552ea
Add typings for sanitize-html
2015-02-14 21:31:41 +01:00
Vincent Siao
f19e070599
Add global React defs and a README
2015-02-13 18:10:28 -08:00
Tim Bureck
b5ef7d4ac7
Create jBinary.d.ts
2015-02-14 01:30:56 +01:00
atrakeur
a5c37c4ea3
Corrected Nodejs querystring (un)escape definitions
2015-02-13 23:09:36 +01:00
tigerswithguitars
f765ba6530
Add the test and definition file and initial skeleton
...
add ALL THE DOCUMENTATION and a whole load more tests
Add the extensibility comments and dictionary to the recurrence interface
2015-02-13 18:10:32 +00:00
Ilya Mochalov
7b3d9556fa
Fix the test of Lazy.js definitions
2015-02-13 21:27:52 +05:00
Ilya Mochalov
c0c6e35fbf
Fix the argument of ArrayLikeSequence.concat() in Lazy.js definitions
2015-02-13 20:23:53 +05:00
Kiarash Ghiaseddin
09a539b811
New jquery.dataTables.d.ts for new API 1.10.x
...
# complete file adding new Settings and API for dataTable
# all methods and settings for 1.10.5
# basic testing
2015-02-13 14:25:32 +01:00
Horiuchi_H
7d298be1db
Merge pull request #3635 from rogierschouten/event-loop-lag
...
Add typings for module event-loop-lag
2015-02-13 17:35:57 +09:00