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 eb3d3d9 commit 7c9c28dCopy full SHA for 7c9c28d
tools/doc/addon-verify.mjs
@@ -14,7 +14,8 @@
14
// This produces test/addons/01_worker_support/addon.cc.
15
// Sections are numbered in order of first appearance.
16
17
-import { mkdirSync, readFileSync, writeFileSync } from 'node:fs';
+import { mkdirSync, writeFileSync } from 'node:fs';
18
+import { open } from 'node:fs/promises';
19
import { join } from 'node:path';
20
import { parseArgs } from 'node:util';
21
0 commit comments