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 4d6382c commit 4cd8635Copy full SHA for 4cd8635
resources/benchmark.ts
@@ -363,7 +363,8 @@ interface BenchmarkSample {
363
364
function sampleModule(modulePath: string): Promise<BenchmarkSample> {
365
const sampleCode = `
366
- import assert from 'assert';
+ import assert from 'node:assert';
367
+
368
assert(global.gc);
369
assert(process.send);
370
resources/gen-changelog.ts
@@ -1,5 +1,5 @@
1
-import * as https from 'https';
2
-import * as util from 'util';
+import * as https from 'node:https';
+import * as util from 'node:util';
3
4
import { execOutput, readPackageJSON } from './utils';
5
0 commit comments