We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d606f commit c6e8099Copy full SHA for c6e8099
src/loaders/javascript.mjs
@@ -2,8 +2,8 @@
2
3
import { readFile } from 'node:fs/promises';
4
import { extname } from 'node:path';
5
+import { globSync } from 'node:fs';
6
-import { globSync } from 'glob';
7
import { VFile } from 'vfile';
8
9
/**
src/loaders/markdown.mjs
@@ -2,7 +2,8 @@
-import { globSync } from 'fs';
+
0 commit comments