Set up documentation generation

This commit is contained in:
dcodeIO
2018-03-19 01:12:18 +01:00
parent c0973433d6
commit 0fef69e445
47 changed files with 523 additions and 119 deletions

View File

@ -1,6 +1,4 @@
/**
* @file Environment implementation for compiling AssemblyScript to JavaScript using tsc.
*/
/** @module std/portable *//***/
var globalScope = typeof window !== "undefined" && window || typeof global !== "undefined" && global || self;
@ -168,3 +166,5 @@ globalScope["isString"] = function isString(arg) {
};
globalScope["isArray"] = Array.isArray;
require("./portable/memory");