I am working with a project that still transpiles TS into commonJS for running on Node. Now that node has started to toward ES Modules, is there a performance advantage to migrating away from commonjs? Or is the difference literally superficial?
I know in previous versions native ESM was not supported so the older answers and other questions seem to be outdated. Because of this I can't seem to find a good answer.