Commit Graph
2353 Commits
Author SHA1 Message Date
John Vilk 666cd33fe8 In many fs functions, mode is optional, which means that the argument that takes its slot becomes the callback.
Adding alternative definitions to account for this.
2013-09-27 15:43:28 -04:00
John Vilk d39e7a3125 In fs's truncate functions, 'len' is optional (and defaults to 0). 2013-09-27 15:20:58 -04:00
John Vilk b6874ee014 fs.realpath's cache is an *object literal*, not a string or a boolean. 2013-09-27 15:00:04 -04:00
John Vilk e442870348 Whoops. fd is a *string*, not a *number*. 2013-09-27 14:51:25 -04:00
John Vilk aed3e0fc50 Adding missing method signatures and fixing incorrect method signatures.
The following missing methods were added:
* fs.readlinkSync
* fs.ftruncate
* fs.ftruncateSync

The following method signatures were fixed:
* path.resolve: Takes an array of arbitrary length. This does not necessarily need to be a string array; resolve skips any non-string elements.
* process.cwd: Returns a string, not void.
2013-09-27 14:46:39 -04:00
Diullei a8d8c2ac66 Merge branch 'crossroads-definition' 2013-09-19 11:26:38 -03:00
Diullei ce63425ea1 definition file for Crossroads.js and JS-Signals 2013-09-19 11:26:00 -03:00
basarat a0ab72c719 Merge pull request #1063 from varju/express-signatures
improve express signatures
2013-09-19 06:01:40 -07:00
Alex Varju 9c20415c87 improve express signatures 2013-09-18 17:19:05 -07:00
Diullei Gomes c8613976b5 Merge pull request #1060 from tbureck/master
Create jquery.sortElements.d.ts
2013-09-18 07:00:12 -07:00
Diullei Gomes ddfe83ede4 Merge pull request #1059 from sporttech/angularjs-watchcollection
Add $watchCollection(obj, listener) API to angular.d.ts
2013-09-18 06:58:19 -07:00
Diullei Gomes 6b55a91e93 Merge pull request #1058 from flxf/icondefault
Leaflet Icon.Default returns an object that extends from Icon
2013-09-18 06:57:52 -07:00
Diullei Gomes 13940a37b0 Merge pull request #1055 from flxf/LFeatureGroup
Leaflet FeatureGroup extends LayerGroup
2013-09-18 06:23:47 -07:00
Tim Bureck 0b589a8004 Create jquery.sortElements.d.ts 2013-09-18 13:07:31 +02:00
Gregory Petrosyan 5266bc625f Add $watchCollection(obj, listener) API to angular.d.ts
https://github.com/angular/angular.js/blob/master/src/ng/rootScope.js#L362

Signed-off-by: Gregory Petrosyan <gregory.petrosyan@gmail.com>
2013-09-18 14:40:59 +04:00
Felix Fung ccde41a30a Leaflet Icon.Default returns an object that extends from Icon
From http://leafletjs.com/reference.html#icon

"L.Icon.Default extends L.Icon and is the blue icon Leaflet uses for
markers by default."
2013-09-18 04:28:00 -04:00
Felix Fung e494b68abf Leaflet FeatureGroup extends LayerGroup
From "http://leafletjs.com/reference.html#featuregroup"
L.FeatureGroup

Extended LayerGroup that also has mouse events (propagated from members
of the group) and a shared bindPopup method. Implements ILayer
interface.
2013-09-17 17:07:25 -04:00
Boris Yankov 6c7c46480d Merge pull request #1053 from RomanoLindano/master
Definitions for AngularJs Scenario Testing
2013-09-17 11:37:10 -07:00
basarat 6214ce4675 Sorry for the confusion between tween.js and tweenjs. TweenJS is a part of CreateJS, Tween.js is something different. 2013-09-17 19:39:16 +10:00
Romano Lindano 0b1dc70156 Definitions for AngularJs Scenario Testing 2013-09-17 08:11:46 +02:00
Diullei 207b3fd04a issue #371 - missed the ko.utils.peekObservable helper method 2013-09-16 23:35:26 -03:00
Diullei Gomes e23961e4de Merge pull request #1048 from fitzchak/patch-2
Add missing semicolon
2013-09-16 17:25:45 -07:00
Diullei Gomes 5ba8580405 Merge pull request #1049 from GaryB432/master
fixed implicit any in google.maps.d.ts
2013-09-16 17:02:06 -07:00
Diullei Gomes f249cb7538 Merge pull request #1052 from lukasolson/patch-1
Add id to Socket interface
2013-09-16 16:46:01 -07:00
Diullei Gomes 4fc5df0fb2 Merge pull request #1051 from blittle/master
Fix issues with the Levelup API definitions
2013-09-16 14:36:54 -07:00
Lukas Olson 75563a29af Add id to Socket interface
Although not clearly documented, the Socket object has a string 'id' attribute (see https://github.com/LearnBoost/socket.io/blob/master/lib/socket.js)
2013-09-16 15:10:41 -06:00
Bret Little 2577ec247e Merge remote-tracking branch 'origin/master' 2013-09-16 09:43:31 -06:00
Bret Little 78167ca6f8 Update README.md
Update readme with Logg and Levelup references
2013-09-16 09:43:10 -06:00
Bret Little aaff0c19ff Merge remote-tracking branch 'upstream/master' 2013-09-16 09:36:10 -06:00
Bret Little 03a3a4076e Add leveldown module methods and fix issues with the leveldown api definition 2013-09-16 09:35:25 -06:00
Diullei Gomes 1ee70efa3a Merge pull request #1050 from ljl/master
Fixed method signature to match JS-file
2013-09-16 07:10:35 -07:00
Lasse Jul-Larsen fa735820dd Fixed method signature to match JS-file 2013-09-16 15:30:35 +02:00
Diullei 409093e1f9 fix - jsdeferred test error 2013-09-15 15:25:37 -03:00
Diullei 5a3b3c9385 slickgrid - fix test error 2013-09-15 13:13:54 -03:00
Gary Bortosky 2a33b4b43e fixed implicit any in google.maps.d.td 2013-09-15 10:38:02 -05:00
Fitzchak Yitzchaki bfa6d45214 Add missing semicolon
Code edited:

interface SpecFunction {
    (spec?: Spec): void;
}
2013-09-15 09:35:01 +02:00
Diullei Gomes bf2eb59380 Merge pull request #1047 from staxmanade/patch-2
angularjs.d.ts: adding missing `interceptors: any[]` to `IHttpProvider`
2013-09-14 22:07:36 -07:00
Jason Jarrett b9d02bb305 angularjs.d.ts: adding missing interceptors: any[] to IHttpProvider 2013-09-14 21:50:29 -07:00
Diullei Gomes 820a10d7a4 Merge pull request #1044 from martinduparc/master
Create jquery.address.d.ts
2013-09-13 22:05:09 -07:00
Boris Yankov 5c41b58e28 Merge pull request #1045 from martinduparc/patch-1
Update README.md
2013-09-13 13:36:24 -07:00
Boris Yankov ac4e9b27e6 Merge pull request #1046 from mariokostelac/master
Fixed some definitions for SlickGrid + resolved Event-DOMEvent problem.
2013-09-13 13:36:13 -07:00
Mario Kostelac 9021238ec6 Fixed some definitions for SlickGrid + resolved Event-DOMEvent problem. 2013-09-13 10:27:28 -07:00
Martin D. 5fe5f07872 Update README.md
Added jQuery.Address
2013-09-13 11:24:19 -04:00
Martin D. e858119558 Create jquery.address.d.ts 2013-09-13 11:19:51 -04:00
Diullei Gomes de26b067f0 Merge pull request #1043 from blittle/master
Add levelup definition
2013-09-12 18:11:01 -07:00
Bret Little ada2bfa66a Add levelup definition 2013-09-12 17:00:40 -06:00
Diullei Gomes 5be6c17ab7 Merge pull request #1042 from csrakowski/iScrollConstructor
iScroll constructor with HTMLElement
2013-09-12 10:00:23 -07:00
Christiaan Rakowski 2ee8b31c34 typo 2013-09-12 16:59:42 +02:00
Christiaan Rakowski aa3ddfd699 added HTMLElement constructor 2013-09-12 16:57:57 +02:00
Boris Yankov 03505d5d6f Merge pull request #1040 from varju/superagent-types
superagent: change property types from 'Object' to 'any'
2013-09-11 22:00:09 -07:00