logoalt Hacker News

perrohuntertoday at 6:53 PM3 repliesview on HN

For the average developer, does this mean we can simply ugprade to typescriptn 7 and start enjoying the improvements?


Replies

herpdyderptoday at 8:28 PM

Depends on your tooling. I can't update yet due to ESLint package dependency mismatches. I'll have to wait for all the ESLint plugins to update. There may also be new failures in your code from the v6 to v7 update. I had only a very minor one though in my initial test.

sheepttoday at 7:31 PM

It depends, but for larger projects, you might have tooling for TypeScript that relies on its API, which isn't available in TS 7.0.

lelandfetoday at 7:09 PM

If you’re continuing to use the previous version in CI, there’s no reason to not use this locally. It’s a tremendous speed upgrade.

show 1 reply