在 nodejs 的官网,有这样一段描述:
Stability: 1 - Experimental. The feature is not subject to semantic versioning rules. Non-backward compatible changes or removal may occur in any future release. Use of the feature is not recommended in production environments.
我想请问一下大家,难道在 NodeJS 中,还会发布除了 semantic versioning 其他的版本吗?
除此之外,我想请问,如何才能开启使用 exports 导出包的功能呢?
第一个问题不清楚,回答一下第二个问题,如何在node中开启esm:
1.在package.json中增加:"type": "module";
2.使用.mjs文件。
对node版本都有要求
已参与了 SegmentFault 思否社区 10 周年「问答」打卡 ,欢迎正在阅读的你也加入。