-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
bugSomething isn't workingSomething isn't workingdiagnosticsrelated to outputting code errorsrelated to outputting code errors
Description
Using ezno from npm with deno.
❯ nix run nixpkgs#deno -- run -A npm:ezno repl
Entering REPL. Exit with `close()`
> // Unused code
> const x: 5 = 4 + 2;
error:
┌─ CLI.tsx:1:14
│
1 │ // Unused codeconst x: 5 = 4 + 2;
│ - ^^^^^ Type 6 is not assignable to type 5
│ │
│ Variable declared with type 5
It appears to don't save new lines properly, exploring a few I found that repl source code append happens here and I think it could be fixed easy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdiagnosticsrelated to outputting code errorsrelated to outputting code errors
