Add node modules and new code for release
This commit is contained in:
parent
a10d84bc2e
commit
90f63cb10d
7655 changed files with 1763577 additions and 14 deletions
21
node_modules/babel-jest/build/loadBabelConfig.js
generated
vendored
Normal file
21
node_modules/babel-jest/build/loadBabelConfig.js
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, 'loadPartialConfig', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _core().loadPartialConfig;
|
||||
}
|
||||
});
|
||||
|
||||
function _core() {
|
||||
const data = require('@babel/core');
|
||||
|
||||
_core = function () {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue