setup-python/node_modules/ts-jest/dist/transformers/index.js

12 lines
445 B
JavaScript
Raw Normal View History

2019-06-27 08:12:00 +07:00
"use strict";
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
var hoisting = __importStar(require("./hoist-jest"));
exports.internals = [hoisting];