Skip to content

Commit

Permalink
Add fields. Add flow-typed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBenJ committed Oct 27, 2018
1 parent 7dbdf91 commit 08542d4
Show file tree
Hide file tree
Showing 33 changed files with 6,195 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
[include]

[libs]
flow-typed

[lints]

[options]
esproposal.optional_chaining=enable

[strict]
305 changes: 305 additions & 0 deletions flow-typed/npm/@babel/core_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,305 @@
// flow-typed signature: fc16e12a9efd57bb7d78db20dbcda1d4
// flow-typed version: <<STUB>>/@babel/core_v^7.1.2/flow_v0.83.0

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

declare module '@babel/core/lib/config/config-chain' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/config-descriptors' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/configuration' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/index-browser' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/index' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/package' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/plugins' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/types' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/files/utils' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/full' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/helpers/config-api' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/helpers/environment' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/index' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/item' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/partial' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/pattern-to-regex' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/plugin' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/util' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/validation/option-assertions' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/validation/options' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/validation/plugins' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/validation/removed' {
declare module.exports: any;
}

declare module '@babel/core/lib/index' {
declare module.exports: any;
}

declare module '@babel/core/lib/parse' {
declare module.exports: any;
}

declare module '@babel/core/lib/tools/build-external-helpers' {
declare module.exports: any;
}

declare module '@babel/core/lib/transform-ast' {
declare module.exports: any;
}

declare module '@babel/core/lib/transform-file-browser' {
declare module.exports: any;
}

declare module '@babel/core/lib/transform-file-sync-browser' {
declare module.exports: any;
}

declare module '@babel/core/lib/transform-file' {
declare module.exports: any;
}

declare module '@babel/core/lib/transform' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/block-hoist-plugin' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/file/file' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/file/generate' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/file/merge-map' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/index' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/normalize-file' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/normalize-opts' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/plugin-pass' {
declare module.exports: any;
}

declare module '@babel/core/lib/transformation/util/missing-plugin-helper' {
declare module.exports: any;
}

// Filename aliases
declare module '@babel/core/lib/config/caching.js' {
declare module.exports: $Exports<'@babel/core/lib/config/caching'>;
}
declare module '@babel/core/lib/config/config-chain.js' {
declare module.exports: $Exports<'@babel/core/lib/config/config-chain'>;
}
declare module '@babel/core/lib/config/config-descriptors.js' {
declare module.exports: $Exports<'@babel/core/lib/config/config-descriptors'>;
}
declare module '@babel/core/lib/config/files/configuration.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/configuration'>;
}
declare module '@babel/core/lib/config/files/index-browser.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/index-browser'>;
}
declare module '@babel/core/lib/config/files/index.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/index'>;
}
declare module '@babel/core/lib/config/files/package.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/package'>;
}
declare module '@babel/core/lib/config/files/plugins.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/plugins'>;
}
declare module '@babel/core/lib/config/files/types.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/types'>;
}
declare module '@babel/core/lib/config/files/utils.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/utils'>;
}
declare module '@babel/core/lib/config/full.js' {
declare module.exports: $Exports<'@babel/core/lib/config/full'>;
}
declare module '@babel/core/lib/config/helpers/config-api.js' {
declare module.exports: $Exports<'@babel/core/lib/config/helpers/config-api'>;
}
declare module '@babel/core/lib/config/helpers/environment.js' {
declare module.exports: $Exports<'@babel/core/lib/config/helpers/environment'>;
}
declare module '@babel/core/lib/config/index.js' {
declare module.exports: $Exports<'@babel/core/lib/config/index'>;
}
declare module '@babel/core/lib/config/item.js' {
declare module.exports: $Exports<'@babel/core/lib/config/item'>;
}
declare module '@babel/core/lib/config/partial.js' {
declare module.exports: $Exports<'@babel/core/lib/config/partial'>;
}
declare module '@babel/core/lib/config/pattern-to-regex.js' {
declare module.exports: $Exports<'@babel/core/lib/config/pattern-to-regex'>;
}
declare module '@babel/core/lib/config/plugin.js' {
declare module.exports: $Exports<'@babel/core/lib/config/plugin'>;
}
declare module '@babel/core/lib/config/util.js' {
declare module.exports: $Exports<'@babel/core/lib/config/util'>;
}
declare module '@babel/core/lib/config/validation/option-assertions.js' {
declare module.exports: $Exports<'@babel/core/lib/config/validation/option-assertions'>;
}
declare module '@babel/core/lib/config/validation/options.js' {
declare module.exports: $Exports<'@babel/core/lib/config/validation/options'>;
}
declare module '@babel/core/lib/config/validation/plugins.js' {
declare module.exports: $Exports<'@babel/core/lib/config/validation/plugins'>;
}
declare module '@babel/core/lib/config/validation/removed.js' {
declare module.exports: $Exports<'@babel/core/lib/config/validation/removed'>;
}
declare module '@babel/core/lib/index.js' {
declare module.exports: $Exports<'@babel/core/lib/index'>;
}
declare module '@babel/core/lib/parse.js' {
declare module.exports: $Exports<'@babel/core/lib/parse'>;
}
declare module '@babel/core/lib/tools/build-external-helpers.js' {
declare module.exports: $Exports<'@babel/core/lib/tools/build-external-helpers'>;
}
declare module '@babel/core/lib/transform-ast.js' {
declare module.exports: $Exports<'@babel/core/lib/transform-ast'>;
}
declare module '@babel/core/lib/transform-file-browser.js' {
declare module.exports: $Exports<'@babel/core/lib/transform-file-browser'>;
}
declare module '@babel/core/lib/transform-file-sync-browser.js' {
declare module.exports: $Exports<'@babel/core/lib/transform-file-sync-browser'>;
}
declare module '@babel/core/lib/transform-file.js' {
declare module.exports: $Exports<'@babel/core/lib/transform-file'>;
}
declare module '@babel/core/lib/transform.js' {
declare module.exports: $Exports<'@babel/core/lib/transform'>;
}
declare module '@babel/core/lib/transformation/block-hoist-plugin.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/block-hoist-plugin'>;
}
declare module '@babel/core/lib/transformation/file/file.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/file/file'>;
}
declare module '@babel/core/lib/transformation/file/generate.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/file/generate'>;
}
declare module '@babel/core/lib/transformation/file/merge-map.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/file/merge-map'>;
}
declare module '@babel/core/lib/transformation/index.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/index'>;
}
declare module '@babel/core/lib/transformation/normalize-file.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-file'>;
}
declare module '@babel/core/lib/transformation/normalize-opts.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-opts'>;
}
declare module '@babel/core/lib/transformation/plugin-pass.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/plugin-pass'>;
}
declare module '@babel/core/lib/transformation/util/missing-plugin-helper.js' {
declare module.exports: $Exports<'@babel/core/lib/transformation/util/missing-plugin-helper'>;
}
32 changes: 32 additions & 0 deletions flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// flow-typed signature: 8d96417da0e8cd632f5b99c8f8087eea
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v^7.1.0/flow_v0.83.0

/**
* This is an autogenerated libdef stub for:
*
* '@babel/plugin-proposal-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-proposal-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-proposal-class-properties/lib/index' {
declare module.exports: any;
}

// Filename aliases
declare module '@babel/plugin-proposal-class-properties/lib/index.js' {
declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib/index'>;
}
32 changes: 32 additions & 0 deletions flow-typed/npm/@babel/plugin-proposal-optional-chaining_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// flow-typed signature: c4a33023a578ca978050c692d639c150
// flow-typed version: <<STUB>>/@babel/plugin-proposal-optional-chaining_v^7.0.0/flow_v0.83.0

/**
* This is an autogenerated libdef stub for:
*
* '@babel/plugin-proposal-optional-chaining'
*
* 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-proposal-optional-chaining' {
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-proposal-optional-chaining/lib/index' {
declare module.exports: any;
}

// Filename aliases
declare module '@babel/plugin-proposal-optional-chaining/lib/index.js' {
declare module.exports: $Exports<'@babel/plugin-proposal-optional-chaining/lib/index'>;
}

0 comments on commit 08542d4

Please sign in to comment.