mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
Expose the full API for now, see #356
Some things might be more useful than others, but we can decide on that later.
This commit is contained in:
parent
d5a6bbca9b
commit
6ed45bee98
2
dist/asc.js
vendored
2
dist/asc.js
vendored
File diff suppressed because one or more lines are too long
2
dist/asc.js.map
vendored
2
dist/asc.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/assemblyscript.js
vendored
4
dist/assemblyscript.js
vendored
File diff suppressed because one or more lines are too long
2
dist/assemblyscript.js.map
vendored
2
dist/assemblyscript.js.map
vendored
File diff suppressed because one or more lines are too long
17
src/index.ts
17
src/index.ts
@ -169,3 +169,20 @@ export function buildTSD(program: Program): string {
|
||||
|
||||
/** Prefix indicating a library file. */
|
||||
export { LIBRARY_PREFIX } from "./common";
|
||||
|
||||
// Full API
|
||||
export * from "./ast";
|
||||
// export * from "./binary";
|
||||
export * from "./common";
|
||||
export * from "./compiler";
|
||||
export * from "./decompiler";
|
||||
export * from "./definitions";
|
||||
export * from "./diagnosticMessages.generated";
|
||||
export * from "./diagnostics";
|
||||
export * from "./module";
|
||||
export * from "./parser";
|
||||
export * from "./program";
|
||||
export * from "./resolver";
|
||||
export * from "./tokenizer";
|
||||
export * from "./types";
|
||||
export * from "./util";
|
||||
|
Loading…
x
Reference in New Issue
Block a user