nino-porcino
bbdb88fc94
Update polymer-ts to 0.1.25
...
Updated definitions for polymer-ts to latest 0.1.25
2016-04-04 13:45:53 +02:00
Horiuchi_H
d969b903d1
Merge pull request #8773 from kwiateusz/angular-toastr-update
...
Updated typings of angular-toastr
2016-04-02 23:35:27 +09:00
Horiuchi_H
e8f8e7471b
Merge pull request #8796 from unional/patch-1
...
Add resolve-from
2016-04-01 17:02:49 +09:00
Homa Wong
2a9c63cdd4
Rename index.d.ts to resolve-from.d.ts
2016-04-01 00:56:20 -07:00
Homa Wong
cca2d5741d
Update and rename index-tests.ts to resolve-from-tests.ts
2016-04-01 00:56:00 -07:00
Horiuchi_H
a3282fd8e7
Merge pull request #8802 from nupplaphil/master
...
socket.io-redis Pull Request
2016-04-01 16:55:33 +09:00
Horiuchi_H
7022253507
Merge pull request #8801 from trodi/raphael
...
allow importing raphael as a module
2016-04-01 16:53:30 +09:00
Horiuchi_H
76dee2da37
Merge pull request #8794 from Pro/master
...
added missing `target` member
2016-04-01 16:45:38 +09:00
Horiuchi_H
9c96b335e7
Merge pull request #8777 from ryansmith94/patch-1
...
Fixes Knex for ES6.
2016-04-01 16:44:43 +09:00
Horiuchi_H
7b6c2ae65f
Merge pull request #8799 from Xstoudi/Xstoudi-patch-1
...
Update express-session.d.ts
2016-04-01 16:41:27 +09:00
Philipp Holzer
f712b237ab
Pull Request ready (no errors)
2016-04-01 06:54:12 +02:00
Troy McKinnon
ffaaf5d5d5
allow importing raphael as a module
2016-03-31 19:45:21 -05:00
Philipp Holzer
326b6bbed4
- ReferencePath to socket.io
2016-03-31 23:33:45 +02:00
Philipp Holzer
73ad2ba6f1
- some fixes
2016-03-31 23:29:00 +02:00
Philipp Holzer
abbb918134
socket.io-redis
...
- Interfaces ready
- still tests to do
2016-03-31 23:23:49 +02:00
Philipp Holzer
25a7d33576
Initial Commit
2016-03-31 22:30:33 +02:00
Xavier Stouder
988dbadb80
Update express-session.d.ts
...
These functions still exist on the documentation and in the code.
2016-03-31 22:09:31 +02:00
Homa Wong
37ade3080e
Update index-tests.ts
2016-03-31 11:15:48 -07:00
Homa Wong
9468e5badc
Rename index-test.ts to index-tests.ts
2016-03-31 11:04:48 -07:00
Homa Wong
445892fe0a
Create index-test.ts
2016-03-31 11:03:12 -07:00
Homa Wong
9ded06a233
Update index.d.ts
2016-03-31 10:59:22 -07:00
Homa Wong
d84301a904
Create index.d.ts
2016-03-31 10:56:28 -07:00
Stefan Profanter
8cdbc77ff3
added missing member
2016-03-31 17:02:48 +02:00
Horiuchi_H
e937b3e64a
Merge pull request #8790 from iDev0urer/fs-extra-promise
...
Added ensureDirSync
2016-03-31 15:58:34 +09:00
Horiuchi_H
076815de39
Merge pull request #8784 from SamVerschueren/query-string
...
update query-string definition
2016-03-31 15:54:56 +09:00
Horiuchi_H
ee6e843877
Merge pull request #8776 from GiedriusGrabauskas/patch-4
...
Updated react-router 2.0
2016-03-31 15:53:31 +09:00
Horiuchi_H
0b735f43fe
Merge pull request #8779 from SereznoKot/events
...
Fix EventDispatcher events, add Event interface
2016-03-31 15:52:19 +09:00
Horiuchi_H
ee020ad374
Merge pull request #8778 from SereznoKot/patch-1
...
Fix material and geometry types of Points
2016-03-31 15:45:13 +09:00
Chris Watson
a44332a250
Added ensureDirSync
2016-03-30 20:47:41 -07:00
Sam Verschueren
9c110cd0c3
update query-string definition
2016-03-30 19:40:06 +02:00
Ryan Smith
84ae09b624
Attempts to fix remaining errors.
...
```
knex/knex-tests.ts(502,9): error TS2345: Argument of type '(names: string) => void' is not assignable to parameter of type '(value: string[]) => void | PromiseLike<void>'.
Types of parameters 'names' and 'value' are incompatible.
Type 'string' is not assignable to type 'string[]'.
knex/knex-tests.ts(522,4): error TS2339: Property 'bind' does not exist on type 'QueryBuilder'.
knex/knex-tests.ts(533,35): error TS2339: Property 'return' does not exist on type 'QueryBuilder'.
```
https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/119593429
2016-03-30 18:29:30 +01:00
Ryan Smith
ff6d2d2b90
Attempts to fix new errors.
...
```
knex/knex-tests.ts(500,16): error TS2339: Property 'name' does not exist on type 'string'.
knex/knex-tests.ts(502,9): error TS2345: Argument of type '(names: string) => void' is not assignable to parameter of type '(value: any[]) => void | PromiseLike<void>'.
Types of parameters 'names' and 'value' are incompatible.
Type 'string' is not assignable to type 'any[]'.
```
https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/119592117
2016-03-30 18:22:39 +01:00
Ryan Smith
905ee7e6f5
Attempts to fix more TS2339 errors.
...
```
knex/knex-tests.ts(498,45): error TS2339: Property 'map' does not exist on type 'QueryBuilder'.
knex/knex-tests.ts(506,45): error TS2339: Property 'reduce' does not exist on type 'QueryBuilder'.
```
https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/119590526
2016-03-30 18:18:16 +01:00
Ryan Smith
7fb76f6e39
Fixes most TS2339 and all TS7006 errors.
2016-03-30 18:11:16 +01:00
Masahiro Wakame
bf4ecf5b68
Merge pull request #8782 from MugeSo/add-definition-for-passport-jwt
...
Add definition for passport-jwt
2016-03-31 02:02:54 +09:00
Masahiro Wakame
a756ce45d1
Merge pull request #8742 from kookster/master
...
Add type definition and tests for EvaporateJS
2016-03-31 02:01:08 +09:00
Masahiro Wakame
f3d6a0daca
Merge pull request #8762 from didlich/master
...
fix cordova file-transfer plugin - upload method
2016-03-31 01:55:09 +09:00
Masahiro Wakame
6a80fd5c90
Merge pull request #8774 from MugeSo/add-definition-for-password-hash
...
Add definition for password-hash
2016-03-31 01:52:03 +09:00
TANAKA Koichi
684bb45932
Add definition for passport-jwt
...
npm: https://www.npmjs.com/package/passport-jwt
project: https://github.com/themikenicholson/passport-jwt
2016-03-31 01:39:49 +09:00
Masahiro Wakame
98dcd605aa
Merge pull request #8764 from EXBreder/master
...
Add HTMLAttributes to CellProps
2016-03-31 01:35:56 +09:00
kwiateusz
5a66911a99
fixed interface inheritance
2016-03-30 18:21:21 +02:00
Masahiro Wakame
09b78fc8dc
Merge pull request #8770 from rhysd/vm
...
node.d.ts: "vm" module improvements
2016-03-31 01:15:48 +09:00
Masahiro Wakame
739801a91d
Merge pull request #8767 from ryan10132/ryan10132/update-ng-flow
...
Updating ng-flow to add to the angular module
2016-03-31 01:09:34 +09:00
Masahiro Wakame
36ccf2a567
Merge pull request #8240 from pwilczynski/bugfix/leafletClipSegment
...
Fix typings for Leaflet.LineUtils.clipSegement()
2016-03-31 01:08:43 +09:00
Masahiro Wakame
4cd0703080
Merge pull request #8763 from sixinli/patch-2
...
add additional type for `autoColumnSize`
2016-03-31 01:07:00 +09:00
Masahiro Wakame
8078054cba
Merge pull request #8611 from GiedriusGrabauskas/patch-6
...
Updated SignalR 2.2.0: Error interface
2016-03-31 01:05:49 +09:00
Masahiro Wakame
a0ffc6cd84
Merge pull request #8759 from jpmnteiro/master
...
Created typings for angular-match-queries module
2016-03-31 01:04:03 +09:00
Masahiro Wakame
e12c8e3bcd
Merge pull request #8757 from chrootsu/lodash-memoize
...
lodash: changed _.memoize
2016-03-31 00:47:26 +09:00
Masahiro Wakame
a22dfec8af
Merge pull request #8756 from sqwk/master
...
Add MediaStreamAudioDestinationNode
2016-03-31 00:47:09 +09:00
Alex Pyzhianov
01fb3b9315
Fix EventDispatcher events, add Event interface
...
- Remove target from dispatchEvent method, because only type is required
to dispatch event and target field is inserted by three.js itself.
https://github.com/mrdoob/three.js/blob/master/src/core/EventDispatcher.js
- Add Event interface for callback argument in addEventListener,
hasEventListener, removeEventListener
2016-03-30 18:34:33 +03:00