RE:
It’s amazing how quickly the Go version of TypeScript was created. The key “trick” of the TS team was to port, not to rewrite:
View quoted note →
Fosstodon
TypeScript (@TypeScript@fosstodon.org)
We've got some updates on TypeScript 7! The new native port
- can type-check any project
- supports --build and --incremental
- has rich editor fe...
A closer look at the details behind the Go port of the TypeScript compiler
Today’s announcement by Microsoft: [...] we’ve begun work on a native port of the TypeScript compiler and tools. The native implementation will...