News

The existing TypeScript compiler is written in TypeScript. This creates a bootstrapping problem, which contributes to the performance issues. Compatibility is a major concern. The team is working to ...
Microsoft has launched TypeScript 5.5 with quite a lot of new features which you can find out more about here. The company said the next version, TypeScript 5.6 will arrive in early September.
TypeScript shows its advantages above all in larger applications. However, as the code base grows, TypeScript's resource requirements for type checking and building also increase.
Microsoft expects its port of the TypeScript compller, tools, and code base from JavaScript to Go will be completed by the end of 2025. Microsoft is developing a native TypeScript implementation ...
A new native compiler based on Go is 10x faster than the current TypeScript compiler, promising significant improvements in tools, developer experience, and developer productivity.
The rewrite of TypeScript in Go is not actually a rewrite, but a 1:1 port of the existing source code. In this way, the development team wants to ensure that the existing features are also ...