Skip to content

Type checking doesn't work until running deno check with jsr:@david/dax@0.44.1 #31550

@dsherret

Description

@dsherret

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.

Image

Specifically for command_handler.ts

Version: Deno 2.5.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions