summaryrefslogtreecommitdiff
path: root/tools/node_modules/@babel/core/lib/config/files/index-browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/@babel/core/lib/config/files/index-browser.js')
-rw-r--r--tools/node_modules/@babel/core/lib/config/files/index-browser.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/node_modules/@babel/core/lib/config/files/index-browser.js b/tools/node_modules/@babel/core/lib/config/files/index-browser.js
index 5507edace2..c73168bfbd 100644
--- a/tools/node_modules/@babel/core/lib/config/files/index-browser.js
+++ b/tools/node_modules/@babel/core/lib/config/files/index-browser.js
@@ -3,17 +3,17 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
+exports.ROOT_CONFIG_FILENAMES = void 0;
exports.findConfigUpwards = findConfigUpwards;
exports.findPackageData = findPackageData;
exports.findRelativeConfig = findRelativeConfig;
exports.findRootConfig = findRootConfig;
exports.loadConfig = loadConfig;
-exports.resolveShowConfigPath = resolveShowConfigPath;
-exports.resolvePlugin = resolvePlugin;
-exports.resolvePreset = resolvePreset;
exports.loadPlugin = loadPlugin;
exports.loadPreset = loadPreset;
-exports.ROOT_CONFIG_FILENAMES = void 0;
+exports.resolvePlugin = resolvePlugin;
+exports.resolvePreset = resolvePreset;
+exports.resolveShowConfigPath = resolveShowConfigPath;
function findConfigUpwards(rootDir) {
return null;