deno_emit
deno_emit copied to clipboard
How can I typecheck a module graph from rust?
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?