mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Set up documentation generation
This commit is contained in:
11
src/ast.ts
11
src/ast.ts
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file Abstract syntax tree representing a source file once parsed.
|
||||
*/
|
||||
* Abstract syntax tree representing a source file once parsed.
|
||||
* @module ast
|
||||
*//***/
|
||||
|
||||
import {
|
||||
CommonFlags,
|
||||
@ -16,9 +17,9 @@ import {
|
||||
} from "./tokenizer";
|
||||
|
||||
import {
|
||||
normalize as normalizePath,
|
||||
resolve as resolvePath
|
||||
} from "./util/path";
|
||||
normalizePath,
|
||||
resolvePath
|
||||
} from "./util";
|
||||
|
||||
export { Token, Range };
|
||||
|
||||
|
Reference in New Issue
Block a user