github-pages-deploy-action/node_modules/ts-jest/dist/constants.js
James Ives 8fcf8339ce 3.4.9
2020-04-30 08:40:07 -04:00

8 lines
242 B
JavaScript

"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;