Take advantage of TypeScript's type-checking without a compilation step
... (more…)
Read more »
Fast and precise type checking for JavaScript Chaudhuri et al., OOPSLA’17 In this paper we present the design and implementation of Flow, a fast and precise type checker for JavaScript that is used… (more…)
Read more »
splittable - Module bundler with support for code splitting, ES6 & CommonJS modules.
Read more »
I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »
Recently, we have seen an uptick of JavaScript tools being written in languages other than JavaScript. This blog post lists a few examples and explains the appeal of not using JavaScript. (more…)
Read more »