-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
8,278 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"presets": [ | ||
"flow" | ||
], | ||
"plugins": [ | ||
"transform-es2015-modules-commonjs", | ||
"transform-class-properties" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
version: 2 | ||
jobs: | ||
build: | ||
docker: | ||
- image: dickeyxxx/cli-engine-docker:v1.3.1 | ||
working_directory: ~/cli-plugin | ||
steps: | ||
- checkout | ||
- restore_cache: | ||
keys: | ||
- node-modules-{{ checksum "yarn.lock" }} | ||
- node-modules- | ||
- run: yarn | ||
- run: jest --coverage && bash <(curl -s https://codecov.io/bash) | ||
- run: flow check | ||
- run: eslint . | ||
- save_cache: | ||
key: node-modules-{{ checksum "yarn.lock" }} | ||
paths: | ||
- node_modules | ||
- /usr/local/share/.cache/yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
coverage | ||
flow-typed | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"extends": [ | ||
"plugin:flowtype/recommended", | ||
"plugin:jest/recommended", | ||
"standard" | ||
], | ||
"env": { | ||
"jest": true | ||
}, | ||
"plugins": [ | ||
"flowtype", | ||
"jest" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ignore] | ||
<PROJECT_ROOT>/lib/.* | ||
.*/node_modules/nock.* | ||
|
||
[include] | ||
|
||
[libs] | ||
|
||
[options] | ||
unsafe.enable_getters_and_setters=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
lib | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
environment: | ||
nodejs_version: "8" | ||
cache: | ||
- "%LOCALAPPDATA%\\Yarn" | ||
|
||
install: | ||
- ps: Install-Product node $env:nodejs_version x64 | ||
- yarn | ||
test_script: | ||
- ./node_modules/.bin/jest | ||
|
||
build: 'off' |
108 changes: 108 additions & 0 deletions
108
packages/heroku-cli-autocomplete/flow-typed/npm/babel-cli_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
// flow-typed signature: 2be8d574e9f7030854fc60dac99e21af | ||
// flow-typed version: <<STUB>>/babel-cli_v^6.24.1/flow_v0.48.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-cli' | ||
* | ||
* 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 'babel-cli' { | ||
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 'babel-cli/bin/babel-doctor' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/bin/babel-external-helpers' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/bin/babel-node' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/bin/babel' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/_babel-node' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel-external-helpers' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel-node' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/dir' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/file' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-cli/lib/babel/util' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-cli/bin/babel-doctor.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>; | ||
} | ||
declare module 'babel-cli/bin/babel-external-helpers.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>; | ||
} | ||
declare module 'babel-cli/bin/babel-node.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel-node'>; | ||
} | ||
declare module 'babel-cli/bin/babel.js' { | ||
declare module.exports: $Exports<'babel-cli/bin/babel'>; | ||
} | ||
declare module 'babel-cli/index' { | ||
declare module.exports: $Exports<'babel-cli'>; | ||
} | ||
declare module 'babel-cli/index.js' { | ||
declare module.exports: $Exports<'babel-cli'>; | ||
} | ||
declare module 'babel-cli/lib/_babel-node.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>; | ||
} | ||
declare module 'babel-cli/lib/babel-external-helpers.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>; | ||
} | ||
declare module 'babel-cli/lib/babel-node.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel-node'>; | ||
} | ||
declare module 'babel-cli/lib/babel/dir.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>; | ||
} | ||
declare module 'babel-cli/lib/babel/file.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/file'>; | ||
} | ||
declare module 'babel-cli/lib/babel/index.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/index'>; | ||
} | ||
declare module 'babel-cli/lib/babel/util.js' { | ||
declare module.exports: $Exports<'babel-cli/lib/babel/util'>; | ||
} |
80 changes: 80 additions & 0 deletions
80
packages/heroku-cli-autocomplete/flow-typed/npm/babel-eslint_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
// flow-typed signature: fb9050b753124adf69b920326736cddb | ||
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.3/flow_v0.48.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-eslint' | ||
* | ||
* 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 'babel-eslint' { | ||
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 'babel-eslint/babylon-to-espree/attachComments' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/convertComments' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/toAST' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/toToken' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'babel-eslint/babylon-to-espree/toTokens' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-eslint/babylon-to-espree/attachComments.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/convertComments.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertComments'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/index.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/index'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/toAST.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toAST'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/toToken.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toToken'>; | ||
} | ||
declare module 'babel-eslint/babylon-to-espree/toTokens.js' { | ||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toTokens'>; | ||
} | ||
declare module 'babel-eslint/index' { | ||
declare module.exports: $Exports<'babel-eslint'>; | ||
} | ||
declare module 'babel-eslint/index.js' { | ||
declare module.exports: $Exports<'babel-eslint'>; | ||
} |
32 changes: 32 additions & 0 deletions
32
.../heroku-cli-autocomplete/flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// flow-typed signature: 289f574cd48e3bdda0d110bb28cddce5 | ||
// flow-typed version: <<STUB>>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.48.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-plugin-transform-class-properties' | ||
* | ||
* 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 'babel-plugin-transform-class-properties' { | ||
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 'babel-plugin-transform-class-properties/lib/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-plugin-transform-class-properties/lib/index.js' { | ||
declare module.exports: $Exports<'babel-plugin-transform-class-properties/lib/index'>; | ||
} |
32 changes: 32 additions & 0 deletions
32
...-cli-autocomplete/flow-typed/npm/babel-plugin-transform-es2015-modules-commonjs_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// flow-typed signature: df61fdfe2a941bb0a1a58469cfe8219c | ||
// flow-typed version: <<STUB>>/babel-plugin-transform-es2015-modules-commonjs_v^6.24.1/flow_v0.48.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-plugin-transform-es2015-modules-commonjs' | ||
* | ||
* 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 'babel-plugin-transform-es2015-modules-commonjs' { | ||
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 'babel-plugin-transform-es2015-modules-commonjs/lib/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-plugin-transform-es2015-modules-commonjs/lib/index.js' { | ||
declare module.exports: $Exports<'babel-plugin-transform-es2015-modules-commonjs/lib/index'>; | ||
} |
32 changes: 32 additions & 0 deletions
32
packages/heroku-cli-autocomplete/flow-typed/npm/babel-preset-flow_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// flow-typed signature: c39acea7c78146fcb5cc8be37f7ea134 | ||
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.48.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-preset-flow' | ||
* | ||
* 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 'babel-preset-flow' { | ||
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 'babel-preset-flow/lib/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-preset-flow/lib/index.js' { | ||
declare module.exports: $Exports<'babel-preset-flow/lib/index'>; | ||
} |
Oops, something went wrong.