-
Notifications
You must be signed in to change notification settings - Fork 70
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
Deno Support for Packaging #503
Comments
This issue has been linked to a new work item: W-11830017 |
What are the progress on that? When can we run oclif with deno?) |
Hopefully they're working on it. I made a PR for it but I couldn't get passed this signing point: #504 (comment) |
Deno support is not currently on our roadmap because there's simply not enough demand for it and we (that is, Salesforce) don't have any plans on using deno for our own CLI. Happy to reconsider it though if more people start asking for this. |
I'm definitely interested in running |
Note this is currently the second most voted feature by 👍 's |
Deno is a A modern runtime for JavaScript and TypeScript, which is becoming increasingly popular.
The problem is that it has limitations at the time of compiling into an executable
We would like to leverage oclif's package command to allow packaging of Deno projects.
The text was updated successfully, but these errors were encountered: