We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4694f5b commit 459546bCopy full SHA for 459546b
benchmark/fixtures/require-cachable.js
@@ -6,5 +6,5 @@ const {
6
} = internalBinding('native_module');
7
8
for (const key of canBeRequired) {
9
- require(key);
+ require(`node:${key}`);
10
}
0 commit comments