Blog
Status updates
Week 18

This is the status update for stc (opens in a new tab), the new TypeScript type checker written in Rust.

TL;DR;

Stats:

Stats {
    Matched: 6161 => 6248,
    Bad (required): 3840 => 3753,
    Bad (excess): 847 => 703,
    Bad (panic): 107 => 105,
}

This is the diff for the commit used for previous status update (opens in a new tab) and the last commit on 3/19 (opens in a new tab).

The stats were drastically improved mainly because there are so many rules that have already been implemented. A test passes only when all relevant rules are implemented.

Contributions

Contributors

Thank you all!