Commit Graph
10254 Commits
Author SHA1 Message Date
Basarat Ali Syed 6c2589a633 Merge pull request #4290 from angular/angular2
Publish a minimal angular2.d.ts file for our quickstart
2015-05-08 14:13:55 +10:00
Alex Eagle 7274998be7 Publish our minimal .d.ts file for the quickstart 2015-05-07 20:26:21 -07:00
Basarat Ali Syed 2bb2d33e30 Merge pull request #4280 from JsonFreeman/master
Fix ES6 Promise typings so that a void error callback does not mess up inference
2015-05-08 11:51:28 +10:00
Artur Górski 8dc1ba771e Merge remote-tracking branch 'upstream/master' 2015-05-07 19:00:39 +02:00
Peter Grman 10564f321b Fix implicit any types
Most types already would have been any, the others were changed based on
documentation, and similar changes. I used also `any` if the type was
unclear.
2015-05-07 18:19:36 +02:00
Peter Grman ce1a362952 Add type definitions for angular-meteor 2015-05-07 18:18:59 +02:00
Thomas Michon 73fc8ea383 Remove emptyDomNode, which is not public in Knockout 2015-05-07 09:01:04 -07:00
Theodore Brown 66320d234b Use camelCase for thingSet parameter 2015-05-07 10:36:32 -05:00
Theodore Brown 8cf87c48c6 Use type aliases for min/max date and time options 2015-05-07 10:34:12 -05:00
Chris Charabaruk 2863587680 jsuri: need to declare global Uri as type instead of var
Declaring the global Uri as a var instead of as a type leads to runtime
errors as the jsuri script leaks Uri to global directly when not loaded
via AMD or CommonJS, instead of leaking a jsuri module object.

Developers working with jsuri in the global namespace need to use Uri
directly instead of prfacing with jsuri in order to avoid runtime issues
with 'jsuri' being undefined.
2015-05-07 11:16:20 -04:00
Theodore Brown 668800dbfb Consistent whitespace for union types 2015-05-07 09:54:24 -05:00
Theodore Brown 6ebceeb8bd Remove duplicate object property tests 2015-05-07 09:49:48 -05:00
Nieknikey afb4456cfe Added cx and cy getters on Element. 2015-05-07 10:28:05 +02:00
Theodore Brown 8f6b638c3f Fix implicit any 2015-05-07 01:32:53 -05:00
Theodore Brown 56b8491cbb Support accessing/invoking API objects and methods on initialized pickers 2015-05-07 01:05:07 -05:00
Mads 9a53f5ee84 UpdateSpec properties should be optional 2015-05-07 07:57:08 +02:00
Theodore Brown fe5406b820 Improve JSDoc comments and use a union type for min/max properties 2015-05-07 00:37:00 -05:00
Andrey Kurdyumov 857722299e Fix tests 2015-05-07 11:29:14 +06:00
Andrey Kurdyumov b318b6125a Fix the tests 2015-05-07 11:24:10 +06:00
Horiuchi_H 6fb56c5277 Merge pull request #4169 from pgrm/patch-2
Pass query parameters as an object
2015-05-07 14:06:36 +09:00
Andrey Kurdyumov 39bd70e31f Add declaration for the Swipe 2015-05-07 11:05:29 +06:00
Theodore Brown 8f4dd4a68b Export additional interfaces 2015-05-06 22:34:39 -05:00
Theodore Brown c132e6e5dc Match npm package name and remove empty tscparams 2015-05-06 22:25:50 -05:00
yamada28go e6c5e8b4e5 rename xdate/xdate-test.ts to xdate/xdate-tests.ts 2015-05-07 09:14:33 +09:00
Jason Freeman 35119c83fe Add the actual typing fix 2015-05-06 16:17:02 -07:00
Jason Freeman eea6c97557 Fix ES6 Promise typings so that a void error callback does not mess up inference 2015-05-06 16:11:31 -07:00
Scott Southwood 04ad9969ea Adding declarations for Application Insights 2015-05-06 16:03:05 -07:00
Jed Mao f70b0da416 Add Electron definitions 2015-05-06 12:06:22 -05:00
Artur Górski b51c8d74f7 _.bind updated to support rest parameters 2015-05-06 18:32:55 +02:00
Harel M 36e3c3b7c9 Changed property of longDateFormat to function 2015-05-06 18:07:26 +03:00
vvakame 557bb595af update CONTRIBUTORS.md 2015-05-07 00:05:24 +09:00
Masahiro Wakame 99d79982e4 Merge pull request #4274 from ffMathy/patch-1
added missing reset method
2015-05-06 23:59:07 +09:00
Masahiro Wakame 207fc2a07b Merge pull request #3930 from jedmao/lodash
Lodash union types, optional args
2015-05-06 23:57:50 +09:00
Masahiro Wakame a06fdbdb04 Merge pull request #4205 from jedmao/fix-chai-libs
Fix chai libraries
2015-05-06 23:56:29 +09:00
Masahiro Wakame f612f0eeb5 Merge pull request #4246 from dbeckwith/underscore-reduce
adds function type for Dictionary version of reduce (issue 4244)
2015-05-06 23:42:34 +09:00
Masahiro Wakame 26f73ecc22 Merge pull request #4270 from coldacid/jsuri
jsUri definitions
2015-05-06 23:42:14 +09:00
Masahiro Wakame e7972923ee Merge pull request #4265 from lbguilherme/patch-1
source-map-support: bump version and fix node dependency
2015-05-06 23:31:23 +09:00
Masahiro Wakame cc1f612ef6 Merge pull request #4264 from tom5760/angular-material-toast-position
Add position() method to mdToastPreset.
2015-05-06 23:30:29 +09:00
Masahiro Wakame 91876cf5b8 Merge pull request #4263 from chbrown/yargs-command
Add Argv#command(...) to yargs
2015-05-06 23:28:53 +09:00
Masahiro Wakame 9149aec85f Merge pull request #3602 from RichiCoder1/master
Updated Greensock Defintion to 1.15.1
2015-05-06 23:24:16 +09:00
Masahiro Wakame f1389713b2 Merge pull request #4260 from CDAlexanderW/master
Implicit any replaced by explicit any type.
2015-05-06 23:22:31 +09:00
Masahiro Wakame f97acee583 Merge pull request #4256 from tatchx/master
Adding the gl-matrix type definitions
2015-05-06 23:19:58 +09:00
Masahiro Wakame 7900e5bf61 Merge pull request #4248 from nimaen/update-angularfire
Update angularfire / firebase.
2015-05-06 23:19:12 +09:00
Masahiro Wakame afaa5fa2b3 Merge pull request #4255 from dbeckwith/d3
Adds shiftKey property to D3Event.
2015-05-06 23:16:39 +09:00
Masahiro Wakame a0f4e9d411 Merge pull request #4235 from callmetango/jasmine-custom-matchers-and-equality
jasmine: Support custom equality testers and custom matchers improvements
2015-05-06 23:14:40 +09:00
Mathias Lykkegaard Lorenzen 0372f92c67 added missing reset method
This method has been implemented in the latest version of Postbox.
2015-05-06 16:14:13 +02:00
Masahiro Wakame 86ec64f5b4 Merge pull request #4253 from TeamworkGuy2/master
Remove non-ASCII characters lodash.d.ts comments
2015-05-06 23:13:14 +09:00
Peter Grman c881f4356a Fix chai-http-tests 2015-05-06 16:01:36 +02:00
campers 9d7073f572 Update parse.d.ts
Add additional error codes
2015-05-06 16:13:45 +08:00
Chris Charabaruk bf45415511 Update jsUri definitions to pass tests 2015-05-05 14:12:22 -04:00