mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 19:21:47 +00:00
Initial asc
This commit is contained in:
@ -55,4 +55,4 @@ export function compile(parser: Parser): Module {
|
||||
return Compiler.compile(program);
|
||||
}
|
||||
|
||||
export { formatDiagnosticMessage as formatDiagnostic } from "./diagnostics";
|
||||
export { DiagnosticMessage, formatDiagnosticMessage as formatDiagnostic } from "./diagnostics";
|
||||
|
@ -40,7 +40,7 @@
|
||||
],
|
||||
"assembly": {
|
||||
"exclude": [
|
||||
"glue/js.t.ts",
|
||||
"glue/js.d.ts",
|
||||
"glue/js.ts"
|
||||
],
|
||||
"include": [
|
||||
|
Reference in New Issue
Block a user