Microsoft is progressing on its effort to port the TypeScript compiler and language service from TypeScript/JavaScript to native Go code, a project aligned with the upcoming TypeScript 7.0 release.
Last week Microsoft announced a major shift in the architectural direction of its TypeScript language. Until now the TypeScript compiler, tsc, was written in TypeScript itself, compiled to JavaScript, ...