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 493db5f commit 4142770Copy full SHA for 4142770
utils/rollup-languages.ts
@@ -1,8 +1,5 @@
1
import type { Plugin } from "rollup";
2
-import glob from "fast-glob";
3
import { access, readFile, readdir, writeFile } from "fs/promises";
4
-import { createRequire } from "module";
5
-import { dirname } from "path";
6
import { fileURLToPath } from "url";
7
import findCacheDir from "find-cache-dir";
8
0 commit comments