Blog
Status updates
Week 14

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: 5912 => 5995,
    Bad (required): 4162 => 3753,
    Bad (excess): 638 => 927,
    Bad (panic): 18 => 228,
}

This is the diff for the commit used for previous status update (opens in a new tab) and the last commit on 2/19 (opens in a new tab). The Bad (panic) and Bad (excess) regressed because we enabled multi-file tests, but the loader for testing is not fully-featured and panics if it does not know how to load a depdendency.

Contributions

Contributors

Just like last week, there were lots of contributors. Thank you!