|
|
|
|
|
by dickfickling
1121 days ago
|
|
If anybody has tried ES modules in the past five years and had to turn back due to incompatibility / lack of library support / javascript is a minefield, I'd urge you to try again. I managed to migrate our Typescript/Node codebase over to ESM about a month ago, with only a few hiccups. It's nice to be able to use the latest versions of all of sindresorhus's packages again. |
|
I have noticed more and more libs are exporting ESM, but lord knows when we can stop adding special compiler rules.