-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Deno is a secure TypeScript runtime written in rust.
I propose that typescript code blocks use Deno to execute.
It handles dependency fetching and compiling TypeScript to JavaScript automatically. This means a maskfile.md can be self contained, there is no need to run an npm install
to make the JavaScript blocks function.
Because Deno requires permission flags to operate, there would need to be a way to provide permission arguments to the deno run
invocation.
d4h0cassus
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request