Migrating from CommonJs to ESM
I ran into an issue this week in a codebase that I have been an active contributor to for over 4 years. The codebase started as a monolithic application that was bootstrapped with CommonJS; ever since then, it has gone through several changes. ...