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 04a7325 commit e405094Copy full SHA for e405094
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