From ea03aa36b780cae96c2f9277b7d73927a139d40c Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 26 Feb 2019 16:24:07 -0800 Subject: [PATCH] Add child-process-es6-promise Summary: Using this in the next diff. If you don't feel like this is a good fit, probably better to comment there. Reviewed By: jknoxville Differential Revision: D14225747 fbshipit-source-id: 29cd0b4a37b988b4bd8643f1db64bb3e2610b0e4 --- .../npm/child-process-es6-promise_vx.x.x.js | 38 +++++++++++++++++++ package.json | 1 + yarn.lock | 5 +++ 3 files changed, 44 insertions(+) create mode 100644 flow-typed/npm/child-process-es6-promise_vx.x.x.js diff --git a/flow-typed/npm/child-process-es6-promise_vx.x.x.js b/flow-typed/npm/child-process-es6-promise_vx.x.x.js new file mode 100644 index 000000000..e7096f3b1 --- /dev/null +++ b/flow-typed/npm/child-process-es6-promise_vx.x.x.js @@ -0,0 +1,38 @@ +// flow-typed signature: 1a1ca58820f1520ecf0c5cf5a814e16d +// flow-typed version: <>/child-process-es6-promise_v1.2.1/flow_v0.91.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'child-process-es6-promise' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'child-process-es6-promise' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'child-process-es6-promise/test' { + declare module.exports: any; +} + +// Filename aliases +declare module 'child-process-es6-promise/index' { + declare module.exports: $Exports<'child-process-es6-promise'>; +} +declare module 'child-process-es6-promise/index.js' { + declare module.exports: $Exports<'child-process-es6-promise'>; +} +declare module 'child-process-es6-promise/test.js' { + declare module.exports: $Exports<'child-process-es6-promise/test'>; +} diff --git a/package.json b/package.json index 1d5cdc7a2..63849efc1 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "adbkit-fb": "2.10.1", "ansi-to-html": "^0.6.3", "chalk": "^2.3.0", + "child-process-es6-promise": "^1.2.1", "codemirror": "^5.25.0", "cross-env": "^5.2.0", "dashify": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 829090194..2941cdb73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1737,6 +1737,11 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== +child-process-es6-promise@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/child-process-es6-promise/-/child-process-es6-promise-1.2.1.tgz#3634950521b49d5cad9735cbcc8d69cf1e4d0cab" + integrity sha512-ekKf2tD+2B2AZvLBhrBb44oelJSjeBkG3dZHpF5oIC9xhePhI3cAMqxyAxLMmskpc81GfCodSRh29wshnsOd/g== + chownr@^1.0.1: version "1.1.1" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"