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 a3d4579 commit c36b02fCopy full SHA for c36b02f
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