Randomized Testing in JavaScript Without Lifting a Finger
tl;dr babel-plugin-transform-flow-to-gen is a Babel transform for using Flow annotations to generate randomized test inputs. (more…)
Read more »
Bun, Deno, and many other JavaScript runtimes have been hype, but do you know why? Is it that easy to make a runtime from scratch? I’ve been researching the … Read more