@[email protected] to Programmer [email protected] • 2 years agoMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square31fedilinkarrow-up1337
arrow-up1337imageMe, migrating my code from JavaScript to TypeScript:lemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square31fedilink
minus-square@[email protected]linkfedilink42•2 years agoJust as irritating as seeing people use linters only to have a lot of files with @ts-ignore all over the place… Like why even bother?
minus-square@[email protected]linkfedilink7•2 years agooh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].
Just as irritating as seeing people use linters only to have a lot of files with @ts-ignore all over the place… Like why even bother?
oh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].