DEP0191: repl.builtinModules


类型:仅文档(支持 --pending-deprecation

【Type: Documentation-only (supports --pending-deprecation)】

node:repl 模块导出了一个 builtinModules 属性,其中包含一个内置模块的数组。这曾经是不完整的,并且匹配已被弃用的 repl._builtinLibs (DEP0142),相比之下,更好的是依赖 require('node:module').builtinModules

【The node:repl module exports a builtinModules property that contains an array of built-in modules. This was incomplete and matched the already deprecated repl._builtinLibs (DEP0142) instead it's better to rely upon require('node:module').builtinModules.】