github-pages-deploy-action/node_modules/ts-jest/dist/constants.js

8 lines
242 B
JavaScript
Raw Normal View History

2020-04-30 20:40:07 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LINE_FEED = '\n';
exports.EXTENSION_REGEX = /\.[^.]+$/;
exports.TS_TSX_REGEX = /\.tsx?$/;
exports.JS_JSX_REGEX = /\.jsx?$/;
exports.JSON_REGEX = /\.json$/i;