Open hayd opened 2 years ago
I also have an issue with deps from esm.sh
. My deps.ts
. I'm on Windows 11.
export * from "https://esm.sh/preact@10.10.1";
export { renderToString } from "https://esm.sh/preact-render-to-string@5.2.1?deps=preact@10.10.1";
When running udd depts.ts
, nothing happens, it just console.logs deps.ts
.
When I run deno run -A https://deno.land/x/udd/main.ts deps.ts
it successfully updates the preact
dependency, but does not touch preact-render-to-string
since it includes ?deps
.
https://github.com/hayd/deno-udd/issues/64#issuecomment-1172871999
No idea what to do with ?deps here. 🤷