Migrating DevTools to TypeScript – Chrome Developers

How we migrate Chrome DevTools from the Closure Compiler type checker to TypeScript.
Read more

Similar

Functional TypeScript in Production Systems

Functional programming has enjoyed a massive surge in popularity amongst JavaScript developers in recent years. This is likely partly due to the popularity of libraries like Redux and React which promote functional programming styles, and have proven... (more…)

Read more »

Announcing TypeScript support in Electron

The electron npm package now includes a TypeScript definition file that provides detailed annotations of the entire Electron API. These annotation can improve your Electron development experience even if you’re writing vanilla JavaScript. Just npm install... (more…)

Read more »