See dsherret/dax#347
> deno clean
> deno init
> deno add jsr:@david/dax@^0.44.1
Then create a file:
// main.ts
import $ from "@david/dax";
await $`echo 1`.stdout("")
You'll see autocomplete for the string doesn't work. If I step into the module with "go to definition" I can see a lot of errors about uncached modules. If I do deno check main.ts or deno cache main.ts then it will start working.
Specifically for command_handler.ts
Version: Deno 2.5.6