Skip to content

Commit

Permalink
Upgrade to flow-bin@0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Sep 26, 2017
1 parent dfc0d2c commit 9acf43e
Show file tree
Hide file tree
Showing 135 changed files with 1,539 additions and 1,307 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.*/node_modules/animated/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types/.*
.*/node_modules/bcryptjs/.*
.*/node_modules/exp/.*
.*/node_modules/expo/.*
.*/node_modules/haul/.*
.*/node_modules/react-native-fbads/.*
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@expo/vector-icons_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: edbf60a7d570ee516b91faa2f7b6cf78
// flow-typed version: <<STUB>>/@expo/vector-icons_v^5.2.0/flow_v0.50.0
// flow-typed signature: db888b6fd567297b35c5d14f24ddf676
// flow-typed version: <<STUB>>/@expo/vector-icons_v^5.2.0/flow_v0.52.0

/**
* This is an autogenerated libdef stub for:
Expand Down
74 changes: 74 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,74 @@
// flow-typed signature: 8fafb65d187606a9651eda828db1af1d
// flow-typed version: <<STUB>>/apollo-cache-inmemory_vhttps://github.com/vlasenko/apollo-client/raw/master/packages/apollo-cache-inmemory/apollo-cache-inmemory-0.2.0-beta.1.tar/flow_v0.52.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/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/readFromStore' {
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;
}

// Filename aliases
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/readFromStore.js' {
declare module.exports: $Exports<'apollo-cache-inmemory/lib/readFromStore'>;
}
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'>;
}
129 changes: 129 additions & 0 deletions flow-typed/npm/apollo-client_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
// flow-typed signature: e81b54f34cb4523ff9cf167f34c99c4d
// flow-typed version: <<STUB>>/apollo-client_v^2.0.0-beta.0/flow_v0.52.0

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

declare module 'apollo-client/ApolloClient' {
declare module.exports: any;
}

declare module 'apollo-client/core/networkStatus' {
declare module.exports: any;
}

declare module 'apollo-client/core/ObservableQuery' {
declare module.exports: any;
}

declare module 'apollo-client/core/QueryManager' {
declare module.exports: any;
}

declare module 'apollo-client/core/types' {
declare module.exports: any;
}

declare module 'apollo-client/core/watchQueryOptions' {
declare module.exports: any;
}

declare module 'apollo-client/data/mutations' {
declare module.exports: any;
}

declare module 'apollo-client/data/queries' {
declare module.exports: any;
}

declare module 'apollo-client/data/store' {
declare module.exports: any;
}

declare module 'apollo-client/errors/ApolloError' {
declare module.exports: any;
}

declare module 'apollo-client/scheduler/scheduler' {
declare module.exports: any;
}

declare module 'apollo-client/util/Observable' {
declare module.exports: any;
}

declare module 'apollo-client/version' {
declare module.exports: any;
}

// Filename aliases
declare module 'apollo-client/apollo.umd.js' {
declare module.exports: $Exports<'apollo-client/apollo.umd'>;
}
declare module 'apollo-client/ApolloClient.js' {
declare module.exports: $Exports<'apollo-client/ApolloClient'>;
}
declare module 'apollo-client/core/networkStatus.js' {
declare module.exports: $Exports<'apollo-client/core/networkStatus'>;
}
declare module 'apollo-client/core/ObservableQuery.js' {
declare module.exports: $Exports<'apollo-client/core/ObservableQuery'>;
}
declare module 'apollo-client/core/QueryManager.js' {
declare module.exports: $Exports<'apollo-client/core/QueryManager'>;
}
declare module 'apollo-client/core/types.js' {
declare module.exports: $Exports<'apollo-client/core/types'>;
}
declare module 'apollo-client/core/watchQueryOptions.js' {
declare module.exports: $Exports<'apollo-client/core/watchQueryOptions'>;
}
declare module 'apollo-client/data/mutations.js' {
declare module.exports: $Exports<'apollo-client/data/mutations'>;
}
declare module 'apollo-client/data/queries.js' {
declare module.exports: $Exports<'apollo-client/data/queries'>;
}
declare module 'apollo-client/data/store.js' {
declare module.exports: $Exports<'apollo-client/data/store'>;
}
declare module 'apollo-client/errors/ApolloError.js' {
declare module.exports: $Exports<'apollo-client/errors/ApolloError'>;
}
declare module 'apollo-client/index' {
declare module.exports: $Exports<'apollo-client'>;
}
declare module 'apollo-client/index.js' {
declare module.exports: $Exports<'apollo-client'>;
}
declare module 'apollo-client/scheduler/scheduler.js' {
declare module.exports: $Exports<'apollo-client/scheduler/scheduler'>;
}
declare module 'apollo-client/util/Observable.js' {
declare module.exports: $Exports<'apollo-client/util/Observable'>;
}
declare module 'apollo-client/version.js' {
declare module.exports: $Exports<'apollo-client/version'>;
}
60 changes: 60 additions & 0 deletions flow-typed/npm/apollo-fetch_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// flow-typed signature: 7578ff15302e890bab7cc719989cf3a5
// flow-typed version: <<STUB>>/apollo-fetch_v^0.6.0/flow_v0.52.0

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

declare module 'apollo-fetch/dist/bundle.umd' {
declare module.exports: any;
}

declare module 'apollo-fetch/dist/index' {
declare module.exports: any;
}

declare module 'apollo-fetch/dist/types' {
declare module.exports: any;
}

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

// Filename aliases
declare module 'apollo-fetch/dist/apollo-fetch.js' {
declare module.exports: $Exports<'apollo-fetch/dist/apollo-fetch'>;
}
declare module 'apollo-fetch/dist/bundle.umd.js' {
declare module.exports: $Exports<'apollo-fetch/dist/bundle.umd'>;
}
declare module 'apollo-fetch/dist/index.js' {
declare module.exports: $Exports<'apollo-fetch/dist/index'>;
}
declare module 'apollo-fetch/dist/types.js' {
declare module.exports: $Exports<'apollo-fetch/dist/types'>;
}
declare module 'apollo-fetch/rollup.config.js' {
declare module.exports: $Exports<'apollo-fetch/rollup.config'>;
}
46 changes: 46 additions & 0 deletions flow-typed/npm/apollo-link-batch-http_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
// flow-typed signature: 8fd610f32af45ff9dae588d54a36a233
// flow-typed version: <<STUB>>/apollo-link-batch-http_v^0.2.1-beta.4/flow_v0.52.0

/**
* This is an autogenerated libdef stub for:
*
* 'apollo-link-batch-http'
*
* 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-link-batch-http' {
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-link-batch-http/lib/batchHttpLink' {
declare module.exports: any;
}

declare module 'apollo-link-batch-http/lib/bundle.umd' {
declare module.exports: any;
}

declare module 'apollo-link-batch-http/rollup.config' {
declare module.exports: any;
}

// Filename aliases
declare module 'apollo-link-batch-http/lib/batchHttpLink.js' {
declare module.exports: $Exports<'apollo-link-batch-http/lib/batchHttpLink'>;
}
declare module 'apollo-link-batch-http/lib/bundle.umd.js' {
declare module.exports: $Exports<'apollo-link-batch-http/lib/bundle.umd'>;
}
declare module 'apollo-link-batch-http/rollup.config.js' {
declare module.exports: $Exports<'apollo-link-batch-http/rollup.config'>;
}
53 changes: 53 additions & 0 deletions flow-typed/npm/apollo-link-ws_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
// flow-typed signature: 0b9526515af9938f790ecae6de206b32
// flow-typed version: <<STUB>>/apollo-link-ws_v^0.3.4/flow_v0.52.0

/**
* This is an autogenerated libdef stub for:
*
* 'apollo-link-ws'
*
* 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-link-ws' {
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-link-ws/dist/src/webSocketLink' {
declare module.exports: any;
}

declare module 'apollo-link-ws/dist/tests/tests' {
declare module.exports: any;
}

declare module 'apollo-link-ws/dist/tests/webSocketLink' {
declare module.exports: any;
}

declare module 'apollo-link-ws/lib/webSocketLink' {
declare module.exports: any;
}

// Filename aliases
declare module 'apollo-link-ws/dist/src/webSocketLink.js' {
declare module.exports: $Exports<'apollo-link-ws/dist/src/webSocketLink'>;
}
declare module 'apollo-link-ws/dist/tests/tests.js' {
declare module.exports: $Exports<'apollo-link-ws/dist/tests/tests'>;
}
declare module 'apollo-link-ws/dist/tests/webSocketLink.js' {
declare module.exports: $Exports<'apollo-link-ws/dist/tests/webSocketLink'>;
}
declare module 'apollo-link-ws/lib/webSocketLink.js' {
declare module.exports: $Exports<'apollo-link-ws/lib/webSocketLink'>;
}
Loading

0 comments on commit 9acf43e

Please sign in to comment.