stryker-api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
21 lines • 793 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var core_1 = require("../../core");
var TranspilerFactory;
(function (TranspilerFactory_1) {
var TranspilerFactory = /** @class */ (function (_super) {
tslib_1.__extends(TranspilerFactory, _super);
function TranspilerFactory() {
return _super.call(this, 'transpiler') || this;
}
return TranspilerFactory;
}(core_1.Factory));
var mutatorFactoryInstance = new TranspilerFactory();
function instance() {
return mutatorFactoryInstance;
}
TranspilerFactory_1.instance = instance;
})(TranspilerFactory || (TranspilerFactory = {}));
exports.default = TranspilerFactory;
//# sourceMappingURL=TranspilerFactory.js.map