I wrote some code over 2 years ago that can't be properly typed with either Flow or TypeScript, but with the introduction of Variadic Tuple Types coming in TypeScript 4.0, I decided to give this piece of code a second look. We have a function called inner... (more…)
Read more »
Voxelize!!!!! Voxelize is a library I wrote to build voxel games like Minecraft in the browser; very optimized, multiplayer, and super fun :)) Please let me ... (more…)
Read more »
Execute directly your Typescript files using Esbuild. Latest version: 3.2.26, last published: 4 days ago. Start using esrun in your project by running `npm i esrun`. There are no other projects in the npm registry using esrun. (more…)
Read more »
I recently read Asana's blog post on TypeScript quirks and took particular interest in the first TypeScript quirk they mention. While it may seem like an inconsistency, the way the type system behaves here is entirely logical. (more…)
Read more »