You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages with JSR dependencies are broken (latest std/msgpack version):
Uncaught TypeError: Relative import path "@std/bytes/concat" not prefixed with / or ./ or ../
at https://raw.githubusercontent.com/denoland/std/release-2024.08.05/msgpack/encode.ts:4:24
at async <anonymous>:1:38
where it was possible before pre-JSR (v0.224 std/msgpack):
@marvinhagemeister I don't think this is duplicate. #133 is asking for esm.sh like browser bundles. I'm refering to server-side HTTP imports the way deno.land/x used to work. My suggest is a UI update or some equilevent to surface this on the JSR package page.
They are similar requests, so if both are planned to be tackled at the same time that would be great to see.
It would helpful to add a "Use with HTTPS" option since it is possible to import like:
Visual mock-up:
This is useful because it is no longer possible to import from source like GitHub:
packages with JSR dependencies are broken (latest
std/msgpack
version):where it was possible before pre-JSR (v0.224
std/msgpack
):The text was updated successfully, but these errors were encountered: