DEP0142:repl._builtinLibs
【DEP0142: repl._builtinLibs】
类型:仅文档(支持 --pending-deprecation)
【Type: Documentation-only (supports --pending-deprecation)】
node:repl 模块导出了一个 _builtinLibs 属性,其中包含一个内置模块的数组。到目前为止它还不完整,因此更好的是依赖 require('node:module').builtinModules。
【The node:repl module exports a _builtinLibs property that contains an array
of built-in modules. It was incomplete so far and instead it's better to rely
upon require('node:module').builtinModules.】