Prettier errors
This commit is contained in:
parent
e389e46852
commit
3d1cd89067
6 changed files with 313 additions and 48 deletions
11
tmp_repl/test.flux
Normal file
11
tmp_repl/test.flux
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
|
||||
let {
|
||||
foo = "some important message" .
|
||||
|
||||
fn { x, y .
|
||||
x // this should be an error
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue