UNPKG

554 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8function _helperPluginUtils() {
9 var data = require("@babel/helper-plugin-utils");
10
11 _helperPluginUtils = function _helperPluginUtils() {
12 return data;
13 };
14
15 return data;
16}
17
18var _default = (0, _helperPluginUtils().declare)(function (api) {
19 api.assertVersion(7);
20 return {
21 manipulateOptions: function manipulateOptions(opts, parserOpts) {
22 parserOpts.plugins.push("exportDefaultFrom");
23 }
24 };
25});
26
27exports.default = _default;
\No newline at end of file