bun-repl
bun-repl copied to clipboard
Experimental REPL for Bun
I have a project that i need to include support to js repls through a PTY, since bun does not provide support to `node:repl`, i cannot create a repl instance...
i'm i bit confused if this is being worked on? What is the status of this repo?
This would be similar to `node --require=script.js --interactive`, however because `bun repl` is a command, I guess `bun repl --require=script.js` is the only thing that's required? The problem this solves...