HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/@babel/plugin-syntax-import-reflection/src/
Upload File :
Current File : //proc/self/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");
    },
  };
});