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 b73bb38 commit 28b842cCopy full SHA for 28b842c
transform.ts
@@ -5,8 +5,8 @@
5
6
import type { MixinLoader } from "./module.ts";
7
8
-// @deno-types="./util.ts"
9
-import { fetchText } from "./util.js";
+// @deno-types="./util/fetch.ts"
+import { fetchText } from "./util/fetch.js";
10
11
const MimeTypes = {
12
".js": "application/javascript",
0 commit comments