Commit Graph
10254 Commits
Author SHA1 Message Date
falsandtru ebcec4e3d9 Fix error 2015-03-06 22:26:12 +09:00
Raphael Schweizer a6625f5962 add angular $animate.animate declaration 2015-03-06 13:07:51 +01:00
Rogier Schouten aa21953885 Add typings for timezonecomplete 1.13.0 2015-03-06 10:13:22 +01:00
reppners 81b7aef410 + typings for extend including tests 2015-03-06 09:10:15 +01:00
reppners e26a0474bd + update of definitions to make use of union types 2015-03-06 08:23:21 +01:00
Brandon Luong 55fd327d6b symbol API takes in accessor 2015-03-05 19:37:54 -08:00
bluong 7a917c9b8a Merge pull request #6 from borisyankov/master
Update fork
2015-03-05 19:35:06 -08:00
Niklas Mollenhauer 84d54cedba Made keepEmptyLines optional
If one decides to only use something of `TransformOptions` (e.g. `encoding`), it wouldn't be possible to omit the `keepEmptyLines` option.
2015-03-05 23:03:57 +01:00
Michael C. Bazarewsky 2bb37c8f95 add missing axis parameter to flot tickFormatter
The tickFormatter entry for a flot axis definition now has the optional
axis argument available.
2015-03-05 16:10:25 -05:00
falsandtru 8d27cef4b0 Fix type mismatch 2015-03-06 01:48:09 +09:00
Fabian Möller 8668b9ef4f Update chrome.d.ts
Port has more properties.
https://developer.chrome.com/extensions/runtime#type-Port

change postMessage like onMessage was changed in 36f2213157.
add disconnect method.
2015-03-05 16:54:26 +01:00
Marcin Porebski 587449f408 ini module def. 2015-03-05 16:31:17 +01:00
vvakame 69bdfb0884 update CONTRIBUTORS.md 2015-03-05 23:21:03 +09:00
Masahiro Wakame 1d08e36fe3 Merge pull request #3800 from reppners/node
+ added missing typings to node path module including tests
2015-03-05 23:20:29 +09:00
Masahiro Wakame 2220a36fe3 Merge pull request #3610 from DenEwout/master
Separated JointJS from Rappid
2015-03-05 23:17:23 +09:00
Masahiro Wakame bb20f0a1f7 Merge pull request #3799 from henkosch/master
Fixed link definition on IDirective with union type
2015-03-05 23:14:05 +09:00
Masahiro Wakame 03a42cfe47 Merge pull request #3797 from gildorwang/fix-d3-types
Fix return type of D3.Selection.classed(string) to boolean
2015-03-05 23:09:02 +09:00
Masahiro Wakame f7ef13b59a Merge pull request #3796 from reppners/chokidar
+ chokidar type defs including tests
2015-03-05 23:07:14 +09:00
Masahiro Wakame 7dc703f325 Merge pull request #3755 from reppners/js-data
js-data typings including js-data-angular, js-data-http
2015-03-05 22:53:53 +09:00
Masahiro Wakame 38df1f6538 Merge pull request #3794 from adidahiya/drop
add drop & tether typings
2015-03-05 22:51:24 +09:00
Masahiro Wakame 2297706e36 Merge pull request #3790 from Nemo157/knockout-transformations-map-methods
Add more overloads of knockout-transformations map
2015-03-05 22:28:39 +09:00
Masahiro Wakame 168d74e7c4 Merge pull request #3787 from rogierschouten/node-http-agent
Add http.Agent to node.js typings
2015-03-05 22:21:29 +09:00
Masahiro Wakame fcc7f7f724 Merge pull request #3786 from 12kb/patch-3
Update three.d.ts
2015-03-05 22:19:42 +09:00
Masahiro Wakame a7bfa2b597 Merge pull request #3785 from k-kagurazaka/dts-for-gulp
Add definitions for conveniently writing gulpfile with TypeScript
2015-03-05 22:17:18 +09:00
Masahiro Wakame a4181fd827 Merge pull request #3784 from jasonswearingen/master
add bunyan-prettystream definition.
2015-03-05 22:13:44 +09:00
Masahiro Wakame a927f33d3e Merge pull request #3783 from Nemo157/rest-default-client
Add definitions for methods to change the default rest client
2015-03-05 22:13:11 +09:00
Masahiro Wakame 166af4933b Merge pull request #3781 from ngbrown/patch-4
Update angular.d.ts to fix IHttpPromise.
2015-03-05 22:09:51 +09:00
Masahiro Wakame 308ce51003 Merge pull request #3780 from timjk/master
Add type definitions for polyglot.js
2015-03-05 21:55:05 +09:00
Masahiro Wakame 0024f60817 Merge pull request #3778 from maroy1986/patch-1
Remove configure() definition in KnockoutValidationStatic
2015-03-05 21:53:38 +09:00
Masahiro Wakame 99309c89eb Merge pull request #3737 from kanreisa/master
Fix some incorrect types of socket.io.d.ts / node.d.ts.
2015-03-05 21:50:46 +09:00
Masahiro Wakame 9c435bdf57 Merge pull request #3776 from gustavgahm/master
Added the findIndex function to underscore.d.ts
2015-03-05 21:49:51 +09:00
Masahiro Wakame 5af75dfb8d Merge pull request #3746 from NN---/patch-17
Add global chrome object through window
2015-03-05 21:41:27 +09:00
Masahiro Wakame 29bb352c68 Merge pull request #3774 from mthamil/master
Definitions for ng-idle
2015-03-05 21:40:50 +09:00
Schnell Henrik 235f7734ec Fixed link definition on IDirective with union type IDirectiveLinkFn | IDirectivePrePost. 2015-03-05 11:22:09 +01:00
reppners 6bfdd921c1 + added missing typings to node path module including tests 2015-03-05 11:19:07 +01:00
Gildor c6b6779a46 Fix return type of Selection.classed(string) to boolean 2015-03-05 16:25:35 +08:00
reppners ae81e340a9 + chokidar type defs including tests 2015-03-05 08:50:54 +01:00
reppners a6cbfba663 + changed promise declaration to own custom since it is not possible to reuse ES6 polyfill promise class declaration 2015-03-05 08:42:15 +01:00
Adi Dahiya d8ea3e37f7 Add drop typings 2015-03-04 21:09:49 -05:00
Adi Dahiya 68ae7bb60d Add tether typings 2015-03-04 21:08:20 -05:00
Patrick Desjardins 7ad1b21fe9 Remove the need of not necessary Html Element
The current situation force the user to have a not necessary creation of
an HtmlElement object. In fact, you do not need. JQuery Gridster has a
plugin that take a single parameter which is the option. This is why
that Pull Request fix this issue but also the issue that when debugging
the unit test you can see that the injected options were the HtmlElement
instead of the real options.
2015-03-04 14:30:19 -08:00
Wim Looman ea43bdc3d3 Add more overloads of knockout-transformations map
Not yet documented (see One-com/knockout-transformations#5), derived by
studying the code
(https://github.com/One-com/knockout-transformations/blob/master/lib/map.js)
2015-03-05 11:28:00 +13:00
Basarat Ali Syed fe39944e4d Merge pull request #3779 from daptiv/angular-hotkeys
hotkeys interface supports both string and string[] for combos
2015-03-05 07:53:02 +11:00
Rogier Schouten 369935805c Add http.Agent to node.js typings 2015-03-04 13:57:57 +01:00
reppners 5f2cc5b966 + renaming module JSData_ to JSData since it is possible to declare var and module with the same name 2015-03-04 09:09:27 +01:00
Keita Kagurazaka 729356c657 Add definitions and tests for stream-series 2015-03-04 07:56:14 +00:00
Keita Kagurazaka 0e40e8a1a4 Add definitions and tests for run-sequence 2015-03-04 07:43:52 +00:00
Keita Kagurazaka dc2c61c4b2 Add definitions and tests for merge-stream 2015-03-04 07:21:08 +00:00
Keita Kagurazaka 5bff44a059 Add definitions and tests for main-bower-files 2015-03-04 06:46:32 +00:00
Keita Kagurazaka 3492e30a63 Add definitions and tests for gulp-tsd 2015-03-04 06:25:34 +00:00