-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retake @nx/deno
plugin
#400
Comments
This is unfortunate. Any updates on why? |
Deno 2 is out and it's very compatible with node. Is there a plan to re-add Deno as the default support? |
I'd love to see Deno support as well, mainly in terms of multiple TypeScript projects and how Deno handles them. Right now, managing TSC with all config files can become complicated really quickly without proper referencing, etc. |
Deno v2 initially support workspace and monorepo, do not need for something like |
@hemedani, Nx strength is in testing & building dozens of packages. It caches the untouched code. As you said, Deno, also Yarn, pnpm... perfectly work well with monorepos/workspaces. Another thing is to work well at scale. |
@guillempuche
Also, it's add standard library for many things like: @std/testing ==> jest I think we can do everything |
Do you have plans to update the plugin?
https://www.npmjs.com/package/@nx/deno
The text was updated successfully, but these errors were encountered: