fix(core): update

This commit is contained in:
2019-04-30 12:49:10 +02:00
parent 0b6409b468
commit 0a6a49b7ad
9 changed files with 319 additions and 196 deletions

3
test/ts_web/index.ts Normal file
View File

@ -0,0 +1,3 @@
const myConst = 'hello';
console.log(myConst);