TIL that switching from CommonJS to ES Modules applies strict mode to all your JS code, and thus, code that you have not modified suddenly errors and breaks. What fun!!!
TIL that switching from CommonJS to ES Modules applies strict mode to all your JS code, and thus, code that you have not modified suddenly errors and breaks. What fun!!!