Prettier errors

This commit is contained in:
Yura Dupyn 2026-02-07 01:24:12 +01:00
parent e389e46852
commit 3d1cd89067
6 changed files with 313 additions and 48 deletions

11
tmp_repl/test.flux Normal file
View file

@ -0,0 +1,11 @@
let {
foo = "some important message" .
fn { x, y .
x // this should be an error
}
}

View file

@ -17,3 +17,5 @@ npx ts-node src/parser/cursor.test.ts
npx ts-node src/debug/repl.ts
npx ts-node src/debug/repl.ts tmp_repl/test.flux