Include preset modules (#11083)
* Prepare preset-env and compat-data for preset-modules
* Add transform-edge-default-parameters from preset-modules
* AUtomatically generate data from compat-table
* Add compat data for other plugins
* Updates after rebase
* Add more bugfixes to preset-env
* Update tests
* Add bugfix/transform-safari-for-shadowing
* Fix build script
* bugfix/transform-safari-block-shadowing
* Fix flow
* Include changes from 7127330f02
* Fix check-compat-data
This commit is contained in:
18
lib/preset-modules.js.flow
Normal file
18
lib/preset-modules.js.flow
Normal file
@@ -0,0 +1,18 @@
|
||||
declare module "@babel/preset-modules/lib/plugins/transform-async-arrows-in-class" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "@babel/preset-modules/lib/plugins/transform-edge-default-parameters" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "@babel/preset-modules/lib/plugins/transform-edge-function-name" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "@babel/preset-modules/lib/plugins/transform-tagged-template-caching" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "@babel/preset-modules/lib/plugins/transform-safari-block-shadowing" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "@babel/preset-modules/lib/plugins/transform-safari-for-shadowing" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
Reference in New Issue
Block a user