sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
13 stars 1 forks source link

REPL commands #49

Open sgwilym opened 6 months ago

sgwilym commented 6 months ago

Add two new commands:

https://docs.deno.com/runtime/manual/tools/repl

sgwilym commented 5 months ago

Sadly importing the currently focused file will be difficult, as the Deno REPL does not support relative import paths. I've inquired into this in a related issue here.

sgwilym commented 5 months ago

Additionally, it seems like there's no Nova extension APIs for opening a terminal and executing a command programmatically: https://devforum.nova.app/t/run-commands-in-a-new-terminal/1906