denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.53k stars 172 forks source link

fix(prefer-const): avoid panic when scope analysis fails #1148

Closed magurotuna closed 1 year ago

magurotuna commented 1 year ago

This commit prevents panics from happening when scope analysis fails in prefer-const rule.

Towards #1145