@beemo/config-constants
Version:
Reusable constants for Beemo configurations.
37 lines (31 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true
});
require('./index2.js');
const constants = require('./constants2.js');
const helpers = require('./helpers2.js');
exports.ALL_FILES_GLOB = constants.ALL_FILES_GLOB;
exports.ALL_JS_REGEX = constants.ALL_JS_REGEX;
exports.CASE_SENSITIVE = constants.CASE_SENSITIVE;
exports.ECMA_VERSION = constants.ECMA_VERSION;
exports.EXTENSIONS = constants.EXTENSIONS;
exports.EXTENSIONS_PATTERN = constants.EXTENSIONS_PATTERN;
exports.EXTENSIONS_WITHOUT_DOT = constants.EXTENSIONS_WITHOUT_DOT;
exports.IGNORE_LIST = constants.IGNORE_LIST;
exports.NON_JS_REGEX = constants.NON_JS_REGEX;
exports.PACKAGE_JSON_PATH = constants.PACKAGE_JSON_PATH;
exports.ROOT = constants.ROOT;
exports.SOURCE_FILES_GLOB = constants.SOURCE_FILES_GLOB;
exports.TESTS_LIST = constants.TESTS_LIST;
exports.TEST_FILES_GLOB = constants.TEST_FILES_GLOB;
exports.TEST_UTILS_GLOB = constants.TEST_UTILS_GLOB;
exports.TSCONFIG_JSON_PATH = constants.TSCONFIG_JSON_PATH;
exports.TS_PATH_PREFIX_REGEX = constants.TS_PATH_PREFIX_REGEX;
exports.getPackageVersion = helpers.getPackageVersion;
exports.getRootPackageJSON = helpers.getRootPackageJSON;
exports.getRootProjectReferences = helpers.getRootProjectReferences;
exports.getRootTSConfig = helpers.getRootTSConfig;
exports.getTargetNodeRuntime = helpers.getTargetNodeRuntime;
exports.parseJSON = helpers.parseJSON;
//# sourceMappingURL=index.js.map