Blog
Status updates
Week 23

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

TL;DR;

Stats {
    Matched: 6356 => 6377,
    Bad (required): 3678 => 3658,
    Bad (excess): 766,
    Bad (panic): 74,
}

This is the diff for the commit used for previous status update (opens in a new tab) and the last commit on 4/23 (opens in a new tab). The stats regressed because we updated our test suite to match the latest version of TypeScript.

Noticable changes

Language server

Screenshot

We are working on a language server for stc. It is still in early stage, and the main goal is to help us to debug the type checker.

Contributions

Contributors

Thank you!