Commit Graph

10339 Commits

Author SHA1 Message Date
Christopher Brown
70a17401f6 Reflect actual Argv#check() usage in check() type declaration 2015-06-19 12:32:23 -05:00
ValentinTrinque
b43985c211 add tsmonad 2015-06-19 18:37:18 +02:00
Craig Brett
a241127409 Added d.ts files for Backbone-Associations 2015-06-19 15:43:08 +01:00
ValentinTrinque
6594eb9945 add tsmonad 2015-06-19 15:09:51 +02:00
Horiuchi_H
84dfeeac37 Merge pull request #4673 from flyfishMT/master
Uniform.js
2015-06-19 17:15:32 +09:00
Horiuchi_H
ed12672d88 Merge pull request #4671 from EnableSoftware/Add-ScrollToFixed
Add definitions for ScrollToFixed
2015-06-19 17:12:57 +09:00
Horiuchi_H
aab41f1ec1 Merge pull request #4666 from Trejjam/master
Fix MapTypeStyle, typo
2015-06-19 17:07:04 +09:00
Ole Rehmsen
469065e77d Import type definitions for express.static from serve-static instead of only supporting the call signature.
Express exposes serve-static as express.static: https://github.com/strongloop/express/blob/master/lib/express.js#L60
Prior to this change, the type definitions would only consist of the call signature of serve-static, but serve static also has member variables. By importing the entire type definition from serve-static and using it for express.static, both the call signature and the members can be used.
2015-06-18 19:19:53 +02:00
Mateusz Warkocki
f7ac2d7969 type of argument list elements for Mixin.create 2015-06-18 19:03:38 +02:00
Mateusz Warkocki
4185303285 type of argument list elements for Mixin.create 2015-06-18 19:01:33 +02:00
Mateusz Warkocki
539eb90ace fix argument typing for Mixin.create in ember.d.ts
`Mixin.create` can take not one, but multiple arguments like e.g. `Component.extend` to extend other mixins.
Ember code: https://github.com/emberjs/ember.js/blob/master/packages/ember-metal/lib/mixin.js#L589
This method in action: http://jsbin.com/kipenaxowe/edit?html,js,console
2015-06-18 18:47:03 +02:00
flyfishMT
8705ae9b15 uniform.js 2015-06-18 10:36:02 -06:00
flyfishMT
59a3e3ef02 uniform.js 2015-06-18 10:28:38 -06:00
flyfishMT
2a0415acb2 Uniform.js 2015-06-18 10:19:41 -06:00
flyfishMT
f647477b32 uniform.js 2015-06-18 10:14:47 -06:00
flyfishMT
de9dee624b 'uniform.js' 2015-06-18 10:01:25 -06:00
Ben Dixon
55e444180a Update ScrollToFixed definitions 2015-06-18 16:51:47 +01:00
Maxime Fabre
b58db06e15 Update Angular module in angular-resource 2015-06-18 17:14:16 +02:00
Ben Dixon
018e116d13 Update ScrollToFixed definitions 2015-06-18 15:27:56 +01:00
Ben Dixon
dea8dc1a00 Add definitions for ScrollToFixed
https://github.com/bigspotteddog/ScrollToFixed
2015-06-18 15:09:37 +01:00
Jan Trejbal
689ee644bb Add tests 2015-06-18 14:19:09 +02:00
Jan Trejbal
17f1434526 Fix PhpStorm lexical analysis 2015-06-18 14:17:53 +02:00
Jan Trejbal
98c5ba0d56 Add missing semicolons 2015-06-18 14:17:53 +02:00
Jan Trejbal
1e5786baef Fix MapTypeStyle (elementType and featureType accept only string) 2015-06-18 14:17:16 +02:00
Masahiro Wakame
43b6bf8875 Merge pull request #4608 from tolu/chrome-cast
chrome: Add queue-interface for cast
2015-06-18 14:13:42 +09:00
Masahiro Wakame
16c28fcd43 Merge pull request #4622 from rehmsen/feature/serve-static_exposing_mime
Add type definition for the mime property exposed on serve-static.
2015-06-18 14:08:55 +09:00
Masahiro Wakame
8b04086ad7 Merge pull request #4654 from Kern0/update-async
Add to async: forEachOf, forEachOfSeries, forEachOfLimit definitions
2015-06-18 14:07:22 +09:00
Masahiro Wakame
c2846ba699 Merge pull request #4653 from joswhite/master
Add jasmine.stringMatching() function
2015-06-18 13:57:39 +09:00
Masahiro Wakame
0a90d01332 Merge pull request #4646 from erosb/streamjs
Streamjs
2015-06-18 13:54:39 +09:00
Masahiro Wakame
5cf097efbc Merge pull request #4616 from CalvinFernandez/hbs-3.x.0
Update handlebars definition files for handlebars 3.0.3
2015-06-18 13:48:29 +09:00
sourcebits-robertbiggs
83b571ed14 Added declaration file and tests for ChocolateChipJS. 2015-06-17 21:25:53 -07:00
Masahiro Wakame
f5c3f32801 Merge pull request #4650 from Jimexist/patch-3
Canvas should extend TileLayer
2015-06-18 12:30:34 +09:00
Masahiro Wakame
cb909b3470 Merge pull request #4607 from telerik/kendo-ui-20151609
Update Kendo UI headers and definitions
2015-06-18 12:20:25 +09:00
Masahiro Wakame
2259e571e2 Merge pull request #4548 from enlight/mocha-reporters
Extend Mocha typings to allow writing of custom reporters
2015-06-18 12:17:38 +09:00
David Lipowicz
35de88ab7d Added a SigmaJs test. 2015-06-17 16:33:12 -07:00
David Lipowicz
b0dcd5ebfb Adding in some missing definitions for SigmaJs. 2015-06-17 15:20:56 -07:00
David Lipowicz
f00a559ddc Adding in a few missing definitions for Dagre. 2015-06-17 15:20:38 -07:00
Horiuchi_H
faff1866df Merge pull request #4658 from JoshuaKGoldberg/master
Add d.ts for js-beautify
2015-06-17 22:35:14 +09:00
Tobias Lundin
83a7215480 chrome: use @deprecated where appropiate and add documentation strings 2015-06-17 14:12:36 +02:00
Josh Goldberg
e7046a1b85 Removed quotes from d.ts
As requested in
https://github.com/borisyankov/DefinitelyTyped/pull/4658/files#r32606502
2015-06-17 05:24:12 -04:00
Horiuchi_H
002a9a96b1 Merge pull request #4408 from lgrignon/master
jasmine-ajax defs
2015-06-17 17:49:14 +09:00
Josh Goldberg
fe73bb68e7 Added js-beautify unit tests
There are only two: a simple string for the basic usage, and a full
string for the full usage. This should trigger Travis CI.
2015-06-17 04:09:21 -04:00
Josh Goldberg
3e36972c57 Added js-beautify\js-beautify.d.ts
Options sourced from https://github.com/beautify-web/js-beautify.
2015-06-17 04:06:48 -04:00
Horiuchi_H
d268d865a3 Merge pull request #4657 from brad-jones/master
Added MousetrapInstance Interface.
2015-06-17 16:31:14 +09:00
Brad Jones
50fffc5522 Added MousetrapInstance Interface.
As of Mousetrap 1.5, attaching event handlers to specific elements is now possible.
see: WRAPPING SPECIFIC ELEMENTS @ https://craig.is/killing/mice
2015-06-17 16:14:31 +10:00
Horiuchi_H
5156f56a6e Merge pull request #4652 from saneyuki/crossroads
crossroads: specify return types explicitly.
2015-06-17 10:48:36 +09:00
Horiuchi_H
4eec4d7a65 Merge pull request #4647 from heycalmdown/bluebird
bluebird: Add support a type and a promise of the type altogether
2015-06-17 10:46:38 +09:00
Horiuchi_H
6e1aa7c1c9 Merge pull request #4645 from MidnightDesign/master
Add typings for Pikaday
2015-06-17 10:34:00 +09:00
Horiuchi_H
b201f41a7c Merge pull request #4638 from kfranqueiro/requirejs-formatting
Fix whitespace in requirejs module typings/tests
2015-06-17 10:27:27 +09:00
joswhite
793f52d261 Add jasmine.stringMatching() function
See http://jasmine.github.io/2.3/introduction.html
2015-06-16 13:52:13 -06:00