core icon indicating copy to clipboard operation
core copied to clipboard

Deno Support for Packaging

Open AndresPrez opened this issue 2 years ago • 6 comments

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.

AndresPrez avatar Sep 29 '22 14:09 AndresPrez

This issue has been linked to a new work item: W-11830017

git2gus[bot] avatar Sep 29 '22 15:09 git2gus[bot]

What are the progress on that? When can we run oclif with deno?)

XantreDev avatar Feb 21 '24 12:02 XantreDev

Hopefully they're working on it. I made a PR for it but I couldn't get passed this signing point: https://github.com/oclif/core/pull/504#issuecomment-1262365040

AndresPrez avatar Feb 21 '24 13:02 AndresPrez

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.

mdonnalley avatar Feb 21 '24 16:02 mdonnalley

I'm definitely interested in running oclif using a faster execution engine :)

aelesbao avatar Feb 21 '24 17:02 aelesbao

because there's simply not enough demand for it

Note this is currently the second most voted feature by 👍 's

calebAtIspot avatar Jun 05 '24 21:06 calebAtIspot