fix(core): update

This commit is contained in:
2020-06-03 11:13:50 +00:00
parent 668fd0998f
commit 15bdab9ba6
37 changed files with 11590 additions and 9044 deletions

View File

@@ -1,13 +1 @@
/* ================================================== *
**** NPMTS ****
Fabulous TypeScript development
* ================================================== */
import * as early from 'early';
early.start('NPMTS');
import * as plugins from './npmts.plugins';
import * as cli from './npmts.cli';
early.stop().then(() => {
let loaded = plugins; // to make sure plugins get actually loaded
cli.run();
});
console.log('tscoverage');