Type declaration parsing; Future feature references

This commit is contained in:
dcodeIO
2017-12-19 17:49:15 +01:00
parent aa563a9a5a
commit 9632777842
18 changed files with 364 additions and 172 deletions

3
tests/parser/type.ts Normal file
View File

@ -0,0 +1,3 @@
type int32_t = i32;
@nonportable()
export type uint64_t = u64;