esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

deno tasks don't use deno.jsonc

Open ThisGuyCodes opened this issue 1 year ago • 2 comments

I'm working on a Slack platform app, which creates / uses a deno.jsonc file (which Deno works with just find), but the deno task esm:* commands seem hard-coded to expect a deno.json file, and creates one rather than modifying my existing deno.jsonc.

ThisGuyCodes avatar Nov 19 '24 19:11 ThisGuyCodes

@ThisGuyCodes hi! since deno has builtin pakcage manager now, we're planning to depreacte to esm.sh deno CLI tool. instead i'm working on a vscode extension that allows you to search npm module and add it to the import map: https://github.com/esm-dev/vscode

ije avatar Nov 19 '24 20:11 ije

That would be very unfortunate for anyone not using vscode (I'm using zed.dev)

ThisGuyCodes avatar Nov 19 '24 21:11 ThisGuyCodes