Skip to content

Commit

Permalink
fix: flow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Aug 7, 2018
1 parent 97b4819 commit 9aa112a
Show file tree
Hide file tree
Showing 40 changed files with 1,845 additions and 111 deletions.
11 changes: 9 additions & 2 deletions flow-typed/npm/@commitlint/cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0
// flow-typed signature: 5f0766f389bd6c2e4cdc471f118fb6a3
// flow-typed version: <<STUB>>/@commitlint/cli_v^6.0.2/flow_v0.76.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -38,6 +38,10 @@ declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.conf
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config' {
declare module.exports: any;
}

declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
declare module.exports: any;
}
Expand Down Expand Up @@ -95,6 +99,9 @@ declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/issue-prefixes/commitlint.config'>;
}
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
}
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@commitlint/config-conventional_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0
// flow-typed signature: c3a68026c0b53318c65a252945ad9bd4
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^6.0.2/flow_v0.76.0

/**
* This is an autogenerated libdef stub for:
Expand Down
32 changes: 32 additions & 0 deletions flow-typed/npm/@jedwards1211/commitlint-config_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// flow-typed signature: 012fde4b8c25e76b9e347dc1eb64d6e4
// flow-typed version: <<STUB>>/@jedwards1211/commitlint-config_v^1.0.0/flow_v0.76.0

/**
* This is an autogenerated libdef stub for:
*
* '@jedwards1211/commitlint-config'
*
* 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 '@jedwards1211/commitlint-config' {
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 '@jedwards1211/commitlint-config/commitlint.config' {
declare module.exports: any;
}

// Filename aliases
declare module '@jedwards1211/commitlint-config/commitlint.config.js' {
declare module.exports: $Exports<'@jedwards1211/commitlint-config/commitlint.config'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/@jedwards1211/eslint-config-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 7be3f328e60a5bb311c142ba0bf1e16d
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.61.0
// flow-typed signature: e94dbbfd8ca6bb3c86bf1e8ee4483e06
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.76.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@jedwards1211/eslint-config_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 6be0a15102c7305fbc30e7744c9e0e60
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.61.0
// flow-typed signature: 1b52e324d113ff62464883e99068356f
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^2.0.0/flow_v0.76.0

/**
* This is an autogenerated libdef stub for:
Expand Down
109 changes: 109 additions & 0 deletions flow-typed/npm/apollo-cache-inmemory_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
// flow-typed signature: 6c4879fffa15bd87a84e50e44c654266
// flow-typed version: <<STUB>>/apollo-cache-inmemory_v^1.2.5/flow_v0.76.0

/**
* This is an autogenerated libdef stub for:
*
* 'apollo-cache-inmemory'
*
* 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 'apollo-cache-inmemory' {
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 'apollo-cache-inmemory/lib/bundle.umd' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/fragmentMatcher' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/index' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/inMemoryCache' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/mapCache' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/objectCache' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/readFromStore' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/recordingCache' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/types' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/lib/writeToStore' {
declare module.exports: any;
}

declare module 'apollo-cache-inmemory/rollup.config' {
declare module.exports: any;
}

// Filename aliases
declare module 'apollo-cache-inmemory/lib/bundle.umd.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/bundle.umd'>;
}
declare module 'apollo-cache-inmemory/lib/fragmentMatcher.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/fragmentMatcher'>;
}
declare module 'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/fragmentMatcherIntrospectionQuery'>;
}
declare module 'apollo-cache-inmemory/lib/index.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/index'>;
}
declare module 'apollo-cache-inmemory/lib/inMemoryCache.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/inMemoryCache'>;
}
declare module 'apollo-cache-inmemory/lib/mapCache.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/mapCache'>;
}
declare module 'apollo-cache-inmemory/lib/objectCache.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/objectCache'>;
}
declare module 'apollo-cache-inmemory/lib/readFromStore.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/readFromStore'>;
}
declare module 'apollo-cache-inmemory/lib/recordingCache.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/recordingCache'>;
}
declare module 'apollo-cache-inmemory/lib/types.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/types'>;
}
declare module 'apollo-cache-inmemory/lib/writeToStore.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/writeToStore'>;
}
declare module 'apollo-cache-inmemory/rollup.config.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/rollup.config'>;
}
Loading

0 comments on commit 9aa112a

Please sign in to comment.