Skip to content

Commit

Permalink
Set up documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Mar 19, 2018
1 parent c097343 commit 0fef69e
Show file tree
Hide file tree
Showing 47 changed files with 523 additions and 119 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
npm-debug.*
docs/
node_modules/
out/
raw/
4 changes: 3 additions & 1 deletion bin/asc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/**
* @file Compiler frontend for node.js
* Compiler frontend for node.js
*
* Uses the low-level API exported from src/index.ts so it works with the compiler compiled to
* JavaScript as well as the compiler compiled to WebAssembly (eventually). Runs the sources
* directly through ts-node if distribution files are not present (indicated by a `-dev` version).
*
* Can also be packaged as a bundle suitable for in-browser use with the standard library injected
* in the build step. See dist/asc.js for the bundle and webpack.config.js for building details.
*
* @module asc
*/

const fs = require("fs");
Expand Down
2 changes: 1 addition & 1 deletion dist/asc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/asc.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assemblyscript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assemblyscript.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0fef69e

Please sign in to comment.