This change introduces Google Closure Compiler (JS version) in the build pipeline instead of Uglify for the minifcation process for UMD/Node bundles. Locally, I'm seeing positive bundle size wins:
... (more…)
Read more »
type-profile - Collect runtime type information đŸ˜» of your JavaScript code. (more…)
Read more »
This post was written by Michael Dawson who is a Node.js Runtime Tech Dev @ IBM, #nodejs collaborator and CTC member. He originally posted… (more…)
Read more »
For the last 8 months I got a lot of useful links and I decided to share it. I hope you can find something interesting for you. (more…)
Read more »
Node.js doesn't allow you to add a timeout to a promise by default. Here's a method I worked out for wrapping your promises in timeouts. (more…)
Read more »