Commit Graph
18674 Commits
Author SHA1 Message Date
Noctis Hsu 5701e952cb remove unused code 2016-04-01 14:28:42 +08:00
Noctis Hsu aec655aede Fix reference path 2016-04-01 14:26:07 +08:00
Noctis Hsu 3b2eb4d8fb Add Facebook pixel tag api definitely typed 2016-04-01 13:01:08 +08: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
Sean Kelley 8a7d208e0d react-redux: Fix compilation error for dumb reason. 2016-03-31 11:06:38 -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
Sean Kelley 231f8eadc1 react-redux: add myself as maintainer cause I've been noodling this stuff a lot 2016-03-31 11:01:07 -07:00
Sean Kelley da656da263 Add a test for the issue discussed in #8787. 2016-03-31 10:59:47 -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
Sean Kelley 6694581d3e react-redux: remove React.Props references because it is deprecated. 2016-03-31 10:39:04 -07:00
springbov 92356221c8 Added missing typedefs to bingmaps 2016-03-31 11:32:49 -06:00
springbov 3e61c0f0a1 Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master' 2016-03-31 11:31:36 -06:00
Stefan Profanter 8cdbc77ff3 added missing member 2016-03-31 17:02:48 +02:00
Alex Pyzhianov 34b5b27cda Fix dispatchEvent parameter
Fix dispatchEvent not alowing to add additional properties to event object
(as shown in usage example)
https://github.com/mrdoob/eventdispatcher.js
2016-03-31 12:45:32 +03: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
Dave Allen 402a133aab Fixed header 2016-03-30 11:51:32 -07:00
Dave Allen 196a892e6e Reverted module declarations back to namespace declarations. 2016-03-30 11:45:35 -07:00
Markus Wagner 74e0e7b605 Definitions for https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin added 2016-03-30 20:44:45 +02:00
Dave Allen 34c761bb51 Updated for Meteor 1.3. Added more tests to verify recent updates to definitions. 2016-03-30 11:16:17 -07:00
Markus Wagner 683f6a35e6 Merge pull request #1 from DefinitelyTyped/master
Update 30-Mar-2016
2016-03-30 20:13:31 +02: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
Milan Burda f4c846d332 Add missing error argument in Session.cookies.remove callback 2016-03-30 19:13:30 +02:00
Milan Burda 4f6eb3eb85 Update to Electron 0.37.3 2016-03-30 19:13:30 +02:00
Milan Burda 6d31749557 Add proper types for <webview> events 2016-03-30 19:13:30 +02:00
Milan Burda e20b68c998 Add missing method documentation 2016-03-30 19:13:30 +02:00
Milan Burda 338bead91c Use interface where appropriate to allow interface merging 2016-03-30 19:13:30 +02:00
Milan Burda 603ba38325 Update accelerator docs 2016-03-30 19:13:30 +02:00
Milan Burda 6f427acd99 Add <webview> element 2016-03-30 19:13:30 +02:00
Milan Burda b28a48961b Cleanup + share common options 2016-03-30 19:13:29 +02:00
Milan Burda 375d2e7f8a Update header 2016-03-30 19:13:29 +02:00
Milan Burda 232f2a1e67 Add tests for File 2016-03-30 19:13:29 +02:00
Milan Burda 984183292f Merge back into one file (typings is not following references) 2016-03-30 19:13:29 +02:00
Ryan Smith 7fb76f6e39 Fixes most TS2339 and all TS7006 errors. 2016-03-30 18:11:16 +01:00