Hacker News new | ask | show | jobs
by pier25 1655 days ago
How will Deno react if that happens?
1 comments

Deno will behave just like Chrome or Firefox would: we ignore the checks when running your code. We would have a `deno check` subcommand to perform a typecheck. You could optionally run this automatically before a `deno run` by passing a `--check` flag.