deno
deno copied to clipboard
Suggestion: Deprecate `--no-check` for `deno cache`, `eval`, `run`
With the type-checking changes in Deno 1.23 there is no longer a difference (as far as I know) between deno run <file>
and deno run --no-check <file>
. It would be good to print some sort of deprecation notice when using --no-check
with run
or one of the other commands that have changed behaviours.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.