esm-dev/esm.sh

Wrong X-Typescript-Types url for `@vueuse/shared`

Opened this issue · 1 comments

Failing module

import { whenever } from "https://esm.sh/@vueuse/shared@10.7.2";

Error message

SCR-20240122-qxmc

https://esm.sh/v135/@vueuse/shared@10.7.2/X-ZS8q/index.d.cts~.d.ts

image

lstat /esmd/storage/types/esm.sh/v135/@vueuse/shared@10.7.2/X-ZS8q/index.d.cts/index.d.ts: not a directory

Additional info

  • esm.sh version: Current esm.sh version
  • Deno version: 1.39.4
ije commented

seems it's a bug to handle the .d.cts extension name, will look into it. thanks!