Biome v2 launched: First type-aware linter that doesn't require tsc
arendjr @ arendjr @programming.dev Posts 11Comments 98Joined 1 yr. ago
arendjr @ arendjr @programming.dev
Posts
11
Comments
98
Joined
1 yr. ago
tsc
is (very) slow and there are also no convenient ways to interact with it from Rust.So it saves a lot development and CI time to roll our own. The downside is that our inference still isn’t as good as
tsc
of course, but we’re hopeful the community can help us get very close at least.