识别非 default 导出我们是有计划做,做法是参考 Node 的实现:
For better compatibility with existing usage in the JS ecosystem, Node.js in addition attempts to determine the CommonJS named exports of every imported CommonJS module to provide them as separate ES module exports using a static analysis process.
不过这种“识别”是不稳定的,它会静态分析一些代码。所以不推荐使用。非要使用的话可以敬候佳音了!

