Finally moved a mid-sized project from JSDoc type comments to proper TypeScript. The migration took about half a day — less than expected. The biggest win is no...
2 flow notes
Finally moved a mid-sized project from JSDoc type comments to proper TypeScript. The migration took about half a day — less than expected. The biggest win is no...
Switched fully to Bun for this project. The speed difference is remarkable — bun install finishes before npm install even resolves the dependency tree. The test...