Commit Graph

16 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
martincostello
e0623b5cf3 Fix comment line that is too long
Fix a line of comment that is too long.
2017-11-25 19:47:36 +00:00
martincostello
6c34866d89 Fix tslint errors
Fix tslint errors.
2017-11-25 19:43:10 +00:00
martincostello
3c79b74f9c Improve type definitions
Change enums to types.
Make the properties on the ApplePayPaymentContact interface optional to make it easier to provide minimal information to an ApplePayPaymentRequest.
2017-11-25 19:00:51 +00:00
martincostello
0d5a690b40 Fix variable names
Fix copy-pasted variable names in tests.
2017-11-25 17:38:38 +00:00
martincostello
c4de112054 Update header
Update the version to 3.
Change author URL to my GitHub profile URL.
2017-11-25 17:18:16 +00:00
martincostello
adf67a1d50 Updates for Apple Pay JS version 3
Update the type definitions for Apple Pay JS version 3.
2017-11-25 17:13:01 +00:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Andy
cf913c723d applepayjs: Fix lint error (#15980) 2017-04-19 10:11:33 -07:00
Eiji Kitamura
1be3d46fea Small fix for ApplePayJS (#15570) 2017-04-17 08:29:21 -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
4cac3c5b44 Apply new lint rules in more packages (#15521) 2017-03-30 12:33:22 -07:00
martincostello
05a4862075 Add types for Apple Pay JS
Add types for Apple Pay JS.
https://developer.apple.com/reference/applepayjs
2017-03-25 23:17:18 +00:00