We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafd658 commit b76fffcCopy full SHA for b76fffc
scripts/web/minify_json_tags.mjs
@@ -6,7 +6,7 @@
6
7
import * as htmlparser2 from 'htmlparser2';
8
import { findAll, findOne, replaceElement, textContent } from 'domutils';
9
-import { access, readFile, writeFile } from 'fs/promises';
+import { access, readFile, writeFile } from 'node:fs/promises';
10
import { relative } from 'node:path';
11
import { cwd } from 'node:process';
12
import { render } from 'dom-serializer';
0 commit comments