changetype builtin; some namespace parsing; more stdlib ideas; compiler options for asc

This commit is contained in:
dcodeIO
2017-12-08 04:03:44 +01:00
parent 59dafc8d22
commit bbb57baecb
62 changed files with 636 additions and 469 deletions

View File

@ -13,3 +13,8 @@ export const a: i32 = 1;
const b: i32 = 2;
export { b as renamed_b };
/* export namespace ns {
function one(): void {}
export function two(): void {}
} */