DEP0092:顶层 this 绑定到 module.exports


🌐 DEP0092: Top-level this bound to module.exports

类型:仅文档

🌐 Type: Documentation-only

将属性分配给顶层 this 作为 module.exports 的替代方法已被弃用。开发者应使用 exportsmodule.exports

🌐 Assigning properties to the top-level this as an alternative to module.exports is deprecated. Developers should use exports or module.exports instead.