Boshen @boshen.github.io · Nov 20

Oxlint enabling type checking straight out of tsgo! This should speed up the slow `tsc --noEmit` step in large repos. PR: github.com/oxc-project/...

66 likes 3 replies

?

Replies

SimeonC · Nov 20

Ohhhh!!! That would be a huge time saver! Can’t wait to try it out

$tmp · Nov 20

nice terminal, ghostty?

Jake Bailey · Nov 20

How does this speed that up? Won't this produce differing errors? Are you just saying because it's a combined step with linting? (I think it's odd to rely on the linter passing through type errors...)