Blog
Status updates
Week 6

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

TL;DR;

Stats:

Stats {
    required_error: 4294 => 4270,
    matched_error: 5590 => 5614,
    extra_error: 817 => 761,
    panic: 74,
}

This is the diff for the commit used for previous status update (opens in a new tab) and the last commit on December, 11 (opens in a new tab)

Contributions

Contributors

There were lots of contributors this week. Thank you!

Noticeable change

There were no noticable change, but I'm working on #414: Ignore wrong test refs (opens in a new tab), which makes the testing system stricter. I expect a productivity boost from it.