1 | 'use strict';
|
2 |
|
3 | Object.defineProperty(exports, '__esModule', {
|
4 | value: true
|
5 | });
|
6 | Object.defineProperty(exports, 'loadPartialConfig', {
|
7 | enumerable: true,
|
8 | get: function () {
|
9 | return _core().loadPartialConfig;
|
10 | }
|
11 | });
|
12 | Object.defineProperty(exports, 'loadPartialConfigAsync', {
|
13 | enumerable: true,
|
14 | get: function () {
|
15 | return _core().loadPartialConfigAsync;
|
16 | }
|
17 | });
|
18 | function _core() {
|
19 | const data = require('@babel/core');
|
20 | _core = function () {
|
21 | return data;
|
22 | };
|
23 | return data;
|
24 | }
|