Document the purpose of most files

This commit is contained in:
dcodeIO
2018-03-17 23:41:48 +01:00
parent d45eb93df6
commit 5eb10d404f
30 changed files with 197 additions and 87 deletions

View File

@ -1,3 +1,7 @@
/**
* @file Environment implementation for compiling AssemblyScript to JavaScript using tsc.
*/
var globalScope = typeof window !== "undefined" && window || typeof global !== "undefined" && global || self;
Object.defineProperties(