fix(core): update

This commit is contained in:
2022-03-12 19:05:46 +01:00
parent 318189c7b2
commit 9adbce12e1
9 changed files with 151 additions and 108 deletions

View File

@ -6,7 +6,7 @@ import * as early from '@pushrocks/early';
early.start();
early.stop();
import {anExportedString} from './tocompile2';
import {anExportedString} from './tocompile2.js';
console.log(anExportedString);
class test2 {