Namespaces

This commit is contained in:
dcodeIO
2017-12-13 23:24:13 +01:00
parent 7d85b0cc7f
commit 99b0fdf7a8
30 changed files with 514 additions and 128 deletions

View File

@ -14,7 +14,7 @@ const b: i32 = 2;
export { b as renamed_b };
/* export namespace ns {
export namespace ns {
function one(): void {}
export function two(): void {}
} */
}