Commit Graph

10 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
4b2d0110d5
Fix many "import *" that should be "import =" (#23443) 2018-02-05 15:35:41 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
dd9e35eda0
aws-serverless-express: Fix lint (#22769) 2018-01-08 16:43:13 -08:00
Alberto Vasquez
d3a74b87d7 [aws-serverless-express] createServer should expect a method that returns void (#22724)
* createServer should expect a method that returns void

Node's index.d.ts has the following type definitions for createServer
export function createServer(requestListener?: (request: IncomingMessage, response: ServerResponse) =>void ): Server;

* Update index.d.ts

* Updated version in header
2018-01-08 14:13:10 -08:00
Andy
507e9d3c8e
express-serve-static-core: Lint (#21008) 2017-10-30 11:58:51 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Matthias Meyer
6d6bd7ff0d @types/aws-serverless-express Added Parameter to createServer Function (#18822)
* @types/aws-serverless-express added binaryMimeTypes-parameter to createServer funtion

* add  Definitions by

* fixed tslint whitespace
2017-08-14 11:37:14 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00