|
|
|
|
|
by laundermaf
1388 days ago
|
|
> certain libraries that don’t work with esm yet I assume that you're talking about tools rather than libraries. Any simple library can import ESM asynchronously and any ESM packages can import CJS packages even with static imports. Tools and Node’s strict ERR_REQUIRE_ESM have been the problem with the migration. |
|