UNPKG

@babel/plugin-syntax-jsx

Version:
15 lines (12 loc) 323 B
import { declare } from '@babel/helper-plugin-utils'; const index = declare(api => { api.assertVersion("^7.0.0-0 || ^8.0.0"); return { name: "syntax-jsx", manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("jsx"); } }; }); export { index as default }; //# sourceMappingURL=index.js.map