Does anyone know if they…

less than 1 minute read

Does anyone know if they plans to support deno?

Responses:

What are you looking for? Nx written to be run on deno? OR using deno projects in an Nx workspace?

If it’s number 2 - then someone can just create a plugin and a builder to run deno, or you can use the run-command (https://nx.dev/angular/plugins/workspace/builders/run-commands) and just run deno there

and since deno just uses typescript or javascript, all the affected commands should work fine :slightly_smiling_face:

Updated: