DIR: /proc/1991111/root/usr/share/nodejs/@babel/plugin-syntax-import-reflection/src/ |
Current File : //proc/1991111/root/usr/share/nodejs/@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"); }, }; }); |