DIR: /proc/1784574/root/usr/share/node_modules/@babel/plugin-syntax-import-reflection/src/ |
Current File : //proc/1784574/root/usr/share/node_modules/@babel/plugin-syntax-import-reflection/src/index.ts |
import { declare } from "@babel/helper-plugin-utils"; export default declare(api => { api.assertVersion(7); return { name: "syntax-import-reflection", manipulateOptions(_, parserOpts) { parserOpts.plugins.push("importReflection"); }, }; }); |