S SearchRSS
< BackHome
Newest questions tagged typescript - Stack Overflow

Warning when shadowing nearby?

I'm used to Rust LSP giving me warnings when I shadow a variable, but I can't get the same behaviour on TypeScript+ESLint. Normally, my use case is to save me from myself when I hoist a variable out of a try/catch: try{

View original source