Commit Graph

18 Commits

Author SHA1 Message Date
Jason Dreyzehner
2249f0eb21 execa: bump version 2018-03-10 13:04:24 -05:00
Jason Dreyzehner
f5a5393e68 execa: add missing 'inherit' to StdIOOption 2018-03-10 12:59:48 -05:00
Jason Dreyzehner
5702a3378a execa: options are not required to be mutable 2018-03-10 12:31:28 -05:00
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
Mick Dekkers
b8e888d64c
Merge branch 'master' into execa 2017-12-28 22:56:33 +01:00
Mick Dekkers
ae74c4d932 [execa] update to v0.8, refactor definitions
- Update execa to v0.8
- Add JSDoc documentation for everything
- Fix being unable to pass boolean to `shell` option due to intersection type issues
- Restructure definitions file based on chroma-js typings to expose function return types
2017-11-12 01:18:06 +01:00
Borek Bernard
018993aa6d Fixed dtslint issues 2017-10-27 12:34:36 +02:00
Borek Bernard
ce4efbacde Reverting "TypeScript Version" to 2.3 (2.5 was failing the build) 2017-10-27 01:36:30 +02:00
Borek Bernard
3373e24ff8 All the interfaces and types are now exported as well 2017-10-27 01:26:54 +02:00
Andy
097d2acf71 Miscellaneous lint fixes (#20849) 2017-10-22 15:22:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
e130901727 execa: Remove unused type parameters (#20364) 2017-10-06 12:51:44 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Dimitri Benin
2ba36f6527 [execa] align to v0.7, add missing interfaces (#18251) 2017-07-24 10:28:19 -07:00
Nathan Shively-Sanders
4874667de9 Fix primitive weak type errors
These weak type errors were not caught in TS 2.4 RC. The final TS 2.4
will catch weak type errors with primitives, so this PR fixes those
now-caught errors.
2017-06-15 11:46:46 -07:00
Douglas Duteil
d191ea77f9 feat(execa): add typings for execa (#16960) 2017-06-05 09:45:14 -07:00