Skip to content
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

Fix esm.sh urls #82

Open
hayd opened this issue Jul 25, 2022 · 1 comment
Open

Fix esm.sh urls #82

hayd opened this issue Jul 25, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@hayd
Copy link
Owner

hayd commented Jul 25, 2022

#64 (comment)

import * as x1 from "https://deno.land/x/[email protected]/";
import * as x2 from "https://esm.sh/[email protected]";
import * as x3 from "https://esm.sh/[email protected]/";
import * as x4 from "https://esm.sh/[email protected][email protected]";
import * as x5 from "https://deno.land/x/[email protected]/";
import * as x6 from "https://esm.sh/v82/@trpc/[email protected]";

No idea what to do with ?deps here. 🤷

@hayd hayd added the help wanted Extra attention is needed label Jul 25, 2022
@jrson83
Copy link

jrson83 commented Aug 7, 2022

I also have an issue with deps from esm.sh. My deps.ts. I'm on Windows 11.

export * from "https://esm.sh/[email protected]";
export { renderToString } from "https://esm.sh/[email protected][email protected]";

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants