Tiago HT
Denoβ€’4w ago
Tiago H

TypeScript transformer plugin in Deno

Deno.* APIs
Hi everyone πŸ‘‹
I’m trying to set up a TypeScript transformer plugin in Deno and I have a few questions about the process.

What is the correct way to register and use a custom TypeScript transformer in Deno nowadays?
Is it possible to integrate this directly into the deno run / deno check workflow, or only via deno compile or external tools?

If anyone has a minimal example or can point me to the recommended approach, I’d really appreciate it
Was this page helpful?