We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889c800 commit 9c39cacCopy full SHA for 9c39cac
recipes/repl-builtin-modules/tests/expected/file-1.js
@@ -1,4 +1,5 @@
1
const module = require('node:module');
2
3
+
4
console.log(module.builtinModules);
5
recipes/repl-builtin-modules/tests/input/file-1.js
const repl = require('node:repl');
console.log(repl.builtinModules);
console.log(repl._builtinLibs);
0 commit comments