Get the latest tech news

Speeding up the JavaScript ecosystem – Isolated Declarations


TypeScript's new isolated declaration feature is a game changer for sharing code among developers. It significantly simplifies the process of packaging your code for consumption whilst reducing the time to create type definition files from minutes, sometimes even hours, down to less than a second.

A buddy of mine wanted to publish his first every library on npm, but was quickly discouraged when he realized how much work and specialized knowledge that entails. Mark Erikson from the Redux team wrote a blog post spanning multiple pages about his experience of creating npm packages. It significantly simplifies the process of packaging your code for consumption whilst reducing the time to create type definition files from minutes, sometimes even hours, down to less than a second.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of javascript

javascript

Photo of javascript ecosystem

javascript ecosystem

Related news:

News photo

Optimizing JavaScript for Fun and for Profit

News photo

Exploring Randomness in JavaScript

News photo

Create HTML/ZIP/PNG Polyglot Files in JavaScript