DEP0142:repl._builtinLibs
类型:仅文档
¥Type: Documentation-only
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
.