Open lucacasonato opened 6 months ago
Possible duplicate https://github.com/denoland/deno/issues/23017
@lucacasonato
This bug also seems to make input completion in editors like VSCode have broken down since 1.43.0 in a project where the byonm
flag is enabled. Here is the minimum project to reproduce it.
https://github.com/yasaichi/repro-denoland-deno-23869
\ You will be able to find that this issue is not happening in v1.42.4 using the project.
I hope it will lead to putting more importance on resolving this issue. Thanks.
Enter
stack
and accept the auto complete result fromhttps://esm.sh/v135/@types/d3-shape@3.1.5
.You will get an import to
https://esm.sh/v135/@types/d3-shape@3.1.5/index.js
. This file does not exist, it should have been an import tohttps://esm.sh/v135/@types/d3-shape@3.1.5/index.d.ts
:Version: Deno 1.43.4