Hacker News new | ask | show | jobs
by david2ndaccount 1362 days ago
I thought swc still doesn’t do type checking and just strips the type annotations?
1 comments

Hrrmmm. I've been using the newer Jest testing library releases & they are supposedly powered by SWC. I definitely see some typechecking errors, & assumed this was also swc. But I see little evident in the swc project they've made headway here.

Im not sure what Im experiencing in jest. It's definitely not the same level of typechecking. But there's definitely something there & it's definitely much faster start time. Thanks for writing; Im curious too.