* Extract targets parser and compat data from preset-env * Review by Jùnliàng * isItemRequired -> targetsSupported * Export isRequired
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
// TODO: Remove in Babel 8
|
|
|
|
export {
|
|
default,
|
|
isBrowsersQueryValid,
|
|
semverMin,
|
|
} from "@babel/helper-compilation-targets";
|