Problem with Deno's compile
I have updated to deno 2.5.3 yesterday (stable release, aarch64-apple-darwin) and, since then, I have problems with deno compile even when I use it on a one-liner typescript file (i.e., console.log('Hello world').
At first, I got a load of warnings about symbolic links that were wrong (no target). I took care of those but, nevertheless, the deno process did not finish even after several minutes; I had to kill it manually.
What was strange is that the symbolic links referred to files and directories that had absolutely nothing to do with the oneliner ts file, or even with deno in general. (Old projects still around on my disc, whether in typescript or not.) I attempted to run it in the background and what I seemed to understand is that the process was doing file i/o all over the place. As if it was scanning my disk.
Compile worked perfectly well before the upgrade.
Any idea? I am happy to try to debug further if someone tells me what is worth doing...
Cheers
Ivan
0 Replies