2020-08-26 01:57:08 +02:00
|
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
2022-11-10 11:43:16 +01:00
|
|
|
exports.loadConfig = exports.register = exports.matchFromAbsolutePathsAsync = exports.createMatchPathAsync = exports.matchFromAbsolutePaths = exports.createMatchPath = void 0;
|
2020-08-26 01:57:08 +02:00
|
|
|
// register is used from register.js in root dir
|
|
|
|
var match_path_sync_1 = require("./match-path-sync");
|
2022-11-10 11:43:16 +01:00
|
|
|
Object.defineProperty(exports, "createMatchPath", { enumerable: true, get: function () { return match_path_sync_1.createMatchPath; } });
|
|
|
|
Object.defineProperty(exports, "matchFromAbsolutePaths", { enumerable: true, get: function () { return match_path_sync_1.matchFromAbsolutePaths; } });
|
2020-08-26 01:57:08 +02:00
|
|
|
var match_path_async_1 = require("./match-path-async");
|
2022-11-10 11:43:16 +01:00
|
|
|
Object.defineProperty(exports, "createMatchPathAsync", { enumerable: true, get: function () { return match_path_async_1.createMatchPathAsync; } });
|
|
|
|
Object.defineProperty(exports, "matchFromAbsolutePathsAsync", { enumerable: true, get: function () { return match_path_async_1.matchFromAbsolutePathsAsync; } });
|
2020-08-26 01:57:08 +02:00
|
|
|
var register_1 = require("./register");
|
2022-11-10 11:43:16 +01:00
|
|
|
Object.defineProperty(exports, "register", { enumerable: true, get: function () { return register_1.register; } });
|
2020-08-26 01:57:08 +02:00
|
|
|
var config_loader_1 = require("./config-loader");
|
2022-11-10 11:43:16 +01:00
|
|
|
Object.defineProperty(exports, "loadConfig", { enumerable: true, get: function () { return config_loader_1.loadConfig; } });
|
|
|
|
//# sourceMappingURL=index.js.map
|