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

HTTPS import of jsr package with dependencies makes deno panic #23644

Closed
lowlighter opened this issue May 2, 2024 · 0 comments · Fixed by #23728
Closed

HTTPS import of jsr package with dependencies makes deno panic #23644

lowlighter opened this issue May 2, 2024 · 0 comments · Fixed by #23728
Assignees
Labels
bug Something isn't working

Comments

@lowlighter
Copy link
Contributor

Reproduction snippet:

import {assertEquals} from "https://jsr.io/@std/assert/0.224.0/assert_equals.ts"
console.log(assertEquals)

Trace

============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.

Platform: windows x86_64
Version: 1.43.1
Args: ["*****\\deno.exe", "run", ".\\test.ts"]

thread 'main' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\deno_graph-0.74.3\src\packages.rs:217:8:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants