mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
fmt
This commit is contained in:
parent
761f78de0b
commit
09ae6cbb56
5 changed files with 6 additions and 7 deletions
|
|
@ -42,8 +42,7 @@ function main() {
|
|||
|
||||
console.log("-----AST typecked------");
|
||||
const typecked = typeck(resolved);
|
||||
console.dir(typecked, {depth: 8});
|
||||
|
||||
console.dir(typecked, { depth: 8 });
|
||||
|
||||
console.log("-----wasm--------------");
|
||||
const wasmModule = lowerToWasm(typecked);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue