deno_emit icon indicating copy to clipboard operation
deno_emit copied to clipboard

How can I typecheck a module graph from rust?

Open ProofOfKeags opened this issue 3 years ago • 0 comments

I saw in the README that this module does no typechecking during its bundling process. I would like to do the typechecking prior to bundling, and I do not want to make the deno CLI application a dependency. What library does the typechecking for the CLI?

ProofOfKeags avatar Jun 08 '22 18:06 ProofOfKeags