Skip to content

Commit

Permalink
Update flow-typed
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Mar 5, 2017
1 parent 4fd5b5f commit ba36928
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 5 deletions.
73 changes: 73 additions & 0 deletions flow-typed/npm/babel-eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
// flow-typed signature: ace0c2072766e01892fa6e8396349a90
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.39.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/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/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'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/react-native-code-push_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 1e789c4ec12cc6d816ee40b2cc9194b9
// flow-typed version: <<STUB>>/react-native-code-push_v^1.17.0-beta/flow_v0.40.0
// flow-typed signature: 3f4f7e5500fdab504b31042970e86eb8
// flow-typed version: <<STUB>>/react-native-code-push_v^1.17.0-beta/flow_v0.39.0

/**
* This is an autogenerated libdef stub for:
Expand Down
3 changes: 0 additions & 3 deletions flow-typed/react-native-code-push.js

This file was deleted.

0 comments on commit ba36928

Please sign in to comment.