Moved AST serialization to extra (not ultimately needed by asc)

This commit is contained in:
dcodeIO
2018-01-15 19:00:18 +01:00
parent f2ba4b4a76
commit d1fed692f6
19 changed files with 1301 additions and 1008 deletions

3
std/README.md Normal file
View File

@ -0,0 +1,3 @@
Standard library components for use with `tsc` (portable) and `asc` (assembly).
Definition files (.d.ts) and base configurations (.json) are relevant to `tsc` only and not used by `asc`.

View File

@ -1,3 +0,0 @@
{
"extends": "../tsconfig-base.json"
}