A little 'asinit' CLI tool for quickly setting up a project; Minor refactoring

This commit is contained in:
dcodeIO
2018-04-01 23:46:41 +02:00
parent 6ff69394f0
commit 59a22c1842
16 changed files with 481 additions and 328 deletions

View File

@ -43,7 +43,6 @@ import {
Global,
FunctionPrototype,
Class,
ClassPrototype,
Field
} from "./program";