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 a408f87 commit 9b75c7bCopy full SHA for 9b75c7b
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