You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
709 B
13 lines
709 B
"use strict"; |
|
Object.defineProperty(exports, "__esModule", { value: true }); |
|
// register is used from register.js in root dir |
|
var match_path_sync_1 = require("./match-path-sync"); |
|
exports.createMatchPath = match_path_sync_1.createMatchPath; |
|
exports.matchFromAbsolutePaths = match_path_sync_1.matchFromAbsolutePaths; |
|
var match_path_async_1 = require("./match-path-async"); |
|
exports.createMatchPathAsync = match_path_async_1.createMatchPathAsync; |
|
exports.matchFromAbsolutePathsAsync = match_path_async_1.matchFromAbsolutePathsAsync; |
|
var register_1 = require("./register"); |
|
exports.register = register_1.register; |
|
var config_loader_1 = require("./config-loader"); |
|
exports.loadConfig = config_loader_1.loadConfig;
|
|
|