NodeJS 官网文档有这样一段
There is the ECMAScript module loader:
It is asynchronous.
It is responsible for handling import statements and import() expressions.
问:为什么说 ES Module 的加载是异步的?
There is the ECMAScript module loader:
It is asynchronous.
It is responsible for handling import statements and import() expressions.
问:为什么说 ES Module 的加载是异步的?