tscoverage/dist/index.js

15 lines
495 B
JavaScript
Raw Permalink Normal View History

2017-04-30 16:22:34 +00:00
"use strict";
2016-06-10 04:14:12 +00:00
/* ================================================== *
2016-10-02 18:35:13 +00:00
**** NPMTS ****
Fabulous TypeScript development
2016-06-10 04:14:12 +00:00
* ================================================== */
2017-02-27 21:19:14 +00:00
Object.defineProperty(exports, "__esModule", { value: true });
2016-09-22 21:23:16 +00:00
const early = require("early");
2016-09-06 15:21:25 +00:00
early.start('NPMTS');
2016-09-22 21:23:16 +00:00
const plugins = require("./npmts.plugins");
2016-10-06 19:03:30 +00:00
const cli = require("./npmts.cli");
early.stop().then(() => {
2016-10-06 19:03:30 +00:00
let loaded = plugins; // to make sure plugins get actually loaded
cli.run();
2016-06-10 04:14:12 +00:00
});