multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Add language support for Deno (Typescript / Javascript Runtime) #180

Closed aheissenberger closed 2 years ago

aheissenberger commented 2 years ago

Support for Deno makes it much easier to write Javascript / Typescript which needs libraries as they will be pulled in by Deno automatically without the need of npm to install them.

eatonphil commented 2 years ago

Actually, this might work already. In the View menu click Settings and override the Node path to the path of your Deno installation. Let me know if that doesn't work.

eatonphil commented 2 years ago

I tested it out and nope it doesn't work already. Will need to add a new language entry for it.

eatonphil commented 2 years ago

I've added Deno support and it will be part of the next release.