We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561b1f5 commit d13d60dCopy full SHA for d13d60d
src/node_internals.h
@@ -195,9 +195,9 @@ extern bool config_experimental_modules;
195
// that is used by lib/vm.js
196
extern bool config_experimental_vm_modules;
197
198
-// Set in node.cc by ParseArgs when --experimental-vm-modules is used.
+// Set in node.cc by ParseArgs when --experimental-worker is used.
199
// Used in node_config.cc to set a constant on process.binding('config')
200
-// that is used by lib/vm.js
+// that is used by the module loader.
201
extern bool config_experimental_worker;
202
203
// Set in node.cc by ParseArgs when --experimental-repl-await is used.
0 commit comments