|
|
|
|
|
by eyelidlessness
1625 days ago
|
|
Node did make modules async (just ESM modules). They can’t/won’t make CJS async because their synchronous semantics are a guarantee they determined not to break well before ESM. If you want async modules, ESM is the solution for that. |
|