fix(core): update

This commit is contained in:
2020-08-10 22:10:20 +00:00
parent 63fa2e84d4
commit f021525f9e
10 changed files with 720 additions and 829 deletions

View File

@ -1,5 +1,14 @@
console.log('test');
console.log('test2');
import * as early from '@pushrocks/early';
early.start();
early.stop();
import {anExportedString} from './tocompile2';
console.log(anExportedString);
class test2 {
test: string[] = [];
constructor() {