You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No complaints from "deno lint" even though deno run crashes when it executes. The deno lint command will find it if I explicitly enable "no-const-assign" though, but why is this not enabled by default?
$ echo -e "const x = 1\nx = 2\nconsole.log(x)" > main.js
$ deno lint main.js
No complaints from "deno lint" even though deno run crashes when it executes. The deno lint command will find it if I explicitly enable "no-const-assign" though, but why is this not enabled by default?
using deno 2.0.6
The text was updated successfully, but these errors were encountered: