Deno "--no-check" parameter produces broken code, always empty response
Closed this issue · 0 comments
pedropalhari commented
I know that it is probably an issue with swc
when doing the transpilation, but, as this library is one that gets broken by the transpiler, I think this issue should be here for anyone searching for a cause.
When doing deno run -A --no-check
the server will log getting a request, but will produce only empty responses for now.
Later, I'll compare the transpiled code between swc
and tsc
to find a root cause.