Newest questions tagged typescript - Stack Overflow
typescript, warning when shadowing nearby?
I'm used to rust LSP giving me warnings when i shadow a variable. And I can't get the same behaviour on ts+eslint. Normally, my use case is to save me from myself when I hoist a variable out of a try/catch. try{ const
View original source