Open
Description
I think that we can auto fix the majority of slow types diagnostics (missing return types, and explicit class types) by using TSC inference and then fixing up the source code with the explicit types gotten from TSC.
This is a bit of work, but would make supporting types in your package a matter of jsr publish --fix
(or deno lint --fix
). Right now the wall of slow types errors could be a bit daunting.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Ready