Commit Graph

11 Commits

Author SHA1 Message Date
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
128567f711 alexa-sdk: Provide 'this' type (#13449) 2016-12-20 08:56:55 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Paul van Brenk
e446c0e6ad Fix typings for alexa-sdk 2016-08-19 15:40:02 -07:00
petebeegle
d1905dd14a AlexaHandler -> AlexaObject
This was confusing with Handlers, Handler and AlexaHandler.

Handlers is a list of Handler objects. AlexaObject is the like parent
alexa… object… returned from the handler call yada yada
2016-08-07 02:10:38 -04:00
petebeegle
95143c70ba event => request body
+ other ts-y things
2016-08-07 01:59:24 -04:00
petebeegle
1ca2995568 es6 reccomendation 2016-08-06 13:17:52 -04:00
petebeegle
ce2113633c callback: any 2016-08-06 13:08:37 -04:00
petebeegle
81aa948c91 add preliminary Request/Response typings 2016-08-04 19:32:11 -04:00
petebeegle
69eb72614d add initial handler, request and context 2016-08-02 21:58:15 -04:00
petebeegle
b5810365ac initial commit 2016-08-02 19:47:58 -04:00