DEP0092:顶层 this 绑定到 module.exports
\DEP0092: Top-level this bound to module.exports
版本历史
| 版本 | 变更 |
|---|---|
| v10.0.0 | 仅文档弃用。 |
类型:仅文档
\Type: Documentation-only
将属性分配给顶层 this 作为 module.exports 的替代方案已被弃用。开发者应改用 exports 或 module.exports。
\Assigning properties to the top-level this as an alternative
to module.exports is deprecated. Developers should use exports
or module.exports instead.