Commit Graph

30483 Commits

Author SHA1 Message Date
kerol2r20
0bf3602c2b Modify the wrong base information of index.d.ts 2017-06-13 16:53:33 +08:00
kerol2r20
ea2ab409e9 Fix interface EOL should be semicolon not comma 2017-06-13 16:44:50 +08:00
kerol2r20
e2a16b64b3 add sessionConfig interface 2017-06-13 16:40:25 +08:00
kerol2r20
0bb157d4f9 Fix document format align 2017-06-13 16:26:43 +08:00
kerol2r20
5e8c959abc Fix jsdoc comment format error 2017-06-13 16:09:08 +08:00
kerol2r20
48407866a1 Add comment to serssionProps interface 2017-06-13 15:53:09 +08:00
kerol2r20
8bc37013d6 Update koa-session definition file
Reference to koa's official project https://github.com/koajs/session
2017-06-13 15:47:14 +08:00
Yui
555ae8a2d1 Merge pull request #16798 from geertjansen/patch-1
update methodNames parameter type on createSpyObj
2017-06-12 08:05:24 -07:00
Yui
d191d80731 Merge pull request #16891 from evestraw/master
curry right fixed  #16867
2017-06-12 08:03:18 -07:00
Yui
3baf7b1af5 Merge pull request #16898 from LukeL99/master
Added noble callback function signatures
2017-06-12 08:01:40 -07:00
Yui
2d8c91c27e Merge branch 'master' into master 2017-06-12 07:20:38 -07:00
Yui
862044cd72 Merge pull request #16758 from gatimus/master
[fullcalendar] non-standard fields (EventObject)
2017-06-12 07:10:02 -07:00
Michiel de Bruijne
c9e01b3e76 [node] improve type definitions in cluster, http, https, process modules (#16705)
* [node] fix headers and trailers in interface IncomingMessage

* [node] set correct type to requestListener in https.createServer

* [node] export required interfaces in https

* [node] add process events

* [node] make worker and workers optional in cluster module

cluster.worker is not available in the master process
cluster.workers is not available in the worker process

* [node] add string[] to headers type to account for the set-cookie exception

* [node] set TypeScript version to 2.2 to enable Promise support
2017-06-12 06:56:21 -07:00
Daniel Rosenwasser
1a3263397f Merge pull request #16924 from mxl/multer-files
multer - Request.files can be an array
2017-06-12 00:14:31 -07:00
Yui
5ffce1d1b0 Merge pull request #16715 from LKay/lkay/react-icon-base-fix
Fix export for react-icon-base
2017-06-11 22:01:19 -07:00
Yui
8e06162e9b Merge pull request #16889 from marcfallows/patch-1
react-motion fix merge
2017-06-11 21:54:48 -07:00
Yui
5d86386543 Merge pull request #16907 from CornerCaseTechnologies/master
[webix] Adding Window type to webix.event
2017-06-11 21:48:51 -07:00
Yui
dd5d8c3d42 Merge pull request #17031 from adriensamson/fix-getopt
node-getopt: options can be boolean, string or string[]
2017-06-11 21:46:10 -07:00
Yui
dc7d897ea2 Merge pull request #17032 from gnain/patch-2
[Dygraphs] Improving export
2017-06-11 21:42:22 -07:00
Yui
13596f3de2 Merge pull request #17033 from hanssens/master
Export as (es2015) module, for proper import compatibility
2017-06-11 21:36:15 -07:00
Yui
703a71e703 Merge pull request #17037 from jimjaeger/patch-2
Add preservePath parameter to multer defitition as described https://github.com/expressjs/multer
2017-06-11 21:35:49 -07:00
Yui
6ca310aa00 Merge pull request #17067 from odin3/master
Add types for normalize-url
2017-06-11 21:30:55 -07:00
John Reilly
718c4df8f6 Merge pull request #17025 from vbfox/patch-1
Allow false as a result of React render()
2017-06-11 07:06:54 +01:00
Yui
621eba75bd Merge pull request #17081 from meandmax/update-redux-mock-store-interface
fix(reduxMockStore): mockStore should return intersection of ...
2017-06-10 21:12:53 -07:00
Yui
9ed2b2d809 Merge pull request #17083 from kacepe/patch-4
express: Deprecated res.status
2017-06-10 21:12:22 -07:00
Yui
a4eed08df6 Merge pull request #17097 from sbking/master
ramda: Allow currying of type guards
2017-06-10 21:09:37 -07:00
Yui
111b6571ff Merge pull request #17099 from clark-stevenson/master
Pixi.js v4.5 Update
2017-06-10 21:09:08 -07:00
Yui
701ba19c72 Merge pull request #17104 from clarenceh/master
Updated type definition for massive js library 3.0.0-rc1
2017-06-10 21:06:05 -07:00
Yui
15ef67bf0f Merge pull request #16315 from beary/master
Add generic support to Collection and it's methods
2017-06-10 21:00:22 -07:00
clarenceh
88ce1b7d57 Updated version 2017-06-10 14:51:03 +08:00
clarenceh
c3c731a101 Updated version no. 2017-06-10 14:46:28 +08:00
clarenceh
c8f6820103 Update massive version number 2017-06-10 14:43:31 +08:00
clarenceh
09a3e2fa0e Fix lint and test errors 2017-06-10 14:37:53 +08:00
clarenceh
89da66a28b Minor updates 2017-06-10 14:19:30 +08:00
clarenceh
6b44fac175 Updated for massive 3.0.0-rc1 2017-06-10 13:22:28 +08:00
Stephen King
26d632b5f4 ramda: Allow currying of type guards 2017-06-09 17:59:07 -06:00
Clark Stevenson
a6adbf4108 Pixi.js v4.5 Update 2017-06-10 00:54:32 +01:00
Christian
3b2f53cf6a hapi: fix incorrect connection.table() result type (#17070) 2017-06-09 15:05:33 -07:00
Kacper Polak
0a705ea046 Update contributors
I just want to review code next time
2017-06-09 13:14:08 +02:00
Kacper Polak
08f784aa8d Deprecated res.status
``res.send(status, body)`` is deprecated. Use ``res.status(status).send(body)`` instead
2017-06-09 12:59:04 +02:00
Maximilian Heinz
9dace9e9bd refactor(redux-mock-store): extend Redux.Store instead of using intersection 2017-06-09 12:06:02 +02:00
Denys Sedchenko
df4bb363e2 Add tslint.json and add style fixes 2017-06-09 12:57:22 +03:00
Maximilian Heinz
b937fd61dc fix(reduxMockStore): mock store should return Redux.Store<T> instead of own IStore 2017-06-09 11:54:38 +02:00
beary
424873bdfa Add default generic to FindAndModify... interface 2017-06-09 09:37:32 +08:00
Walter Rumsby
a2415a9ba3 [react-select] Update types for loadOptions to support Async options with Promises (#16664)
* Update types for loadOptions to support Async options with Promises

As per https://github.com/JedWatson/react-select#async-options-with-promises

* Add test

* Updates based on PR comments
2017-06-08 18:16:04 -07:00
Syncfusion-JavaScript
462dfb5b3a Typing files updated (#17014)
* typings updated

* Lint errors with v15.2.0.43 have been resolved.
2017-06-08 17:10:32 -07:00
Kamil Szostak
e856877087 Update application insights JS SDK types (#17076) 2017-06-08 15:51:32 -07:00
Yui
eef8a774f5 manually port fix from 16286 and address PR (#17003) 2017-06-08 15:50:41 -07:00
Andy
7019f85ea5 webpack: Remove test that fails in typescript@next (#17066) 2017-06-08 15:46:15 -07:00
Mike Woodward
ad756d05b3 className type support for Uncontrolled Dropdown (#17075) 2017-06-08 15:30:24 -07:00