prepack/flow-typed/npm/eslint-plugin-header_vx.x.x.js
Dominic Gannaway e170c37aaa Upgrade Prepack to Babel 7 (#2256)
Summary:
Release notes: upgrades Prepack to use Babel 7.0.0-beta.53

This is a big PR that updates all of Prepack to Babel 7. Babylon is now `babel/parser` and pretty much all of the the previous Babel packages are now located in scoped packages. I had to make a bunch of changes around Jest/Flow/Webpack to get this all working. The build times of building Prepack itself seem considerably faster (easily twice as fast locally). I followed most of the Babel 6 -> 7 upgrade guide from the Babel site in terms of changing nodes and type definitions to match the new ones.
Pull Request resolved: https://github.com/facebook/prepack/pull/2256

Differential Revision: D8850583

Pulled By: trueadm

fbshipit-source-id: 2d2aaec25c6a1ccd1ec0c08c5e7e2a71f78ac2d8
2018-07-14 09:55:18 -07:00

74 lines
2.3 KiB
JavaScript

// flow-typed signature: ae49f73baa6e38423f28cfaa56cde4b6
// flow-typed version: <<STUB>>/eslint-plugin-header_v^1.0.0/flow_v0.76.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-header'
*
* 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 'eslint-plugin-header' {
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 'eslint-plugin-header/lib/comment-parser' {
declare module.exports: any;
}
declare module 'eslint-plugin-header/lib/rules/header' {
declare module.exports: any;
}
declare module 'eslint-plugin-header/tests/lib/comment-parser-test' {
declare module.exports: any;
}
declare module 'eslint-plugin-header/tests/lib/rules/header' {
declare module.exports: any;
}
declare module 'eslint-plugin-header/tests/support/block' {
declare module.exports: any;
}
declare module 'eslint-plugin-header/tests/support/line' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-plugin-header/index' {
declare module.exports: $Exports<'eslint-plugin-header'>;
}
declare module 'eslint-plugin-header/index.js' {
declare module.exports: $Exports<'eslint-plugin-header'>;
}
declare module 'eslint-plugin-header/lib/comment-parser.js' {
declare module.exports: $Exports<'eslint-plugin-header/lib/comment-parser'>;
}
declare module 'eslint-plugin-header/lib/rules/header.js' {
declare module.exports: $Exports<'eslint-plugin-header/lib/rules/header'>;
}
declare module 'eslint-plugin-header/tests/lib/comment-parser-test.js' {
declare module.exports: $Exports<'eslint-plugin-header/tests/lib/comment-parser-test'>;
}
declare module 'eslint-plugin-header/tests/lib/rules/header.js' {
declare module.exports: $Exports<'eslint-plugin-header/tests/lib/rules/header'>;
}
declare module 'eslint-plugin-header/tests/support/block.js' {
declare module.exports: $Exports<'eslint-plugin-header/tests/support/block'>;
}
declare module 'eslint-plugin-header/tests/support/line.js' {
declare module.exports: $Exports<'eslint-plugin-header/tests/support/line'>;
}