* 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 7127330f02b423d9cb0555b3d2a24dbccbc149b5 * Fix check-compat-data
19 lines
739 B
Plaintext
19 lines
739 B
Plaintext
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;
|
|
}
|