Move deno std from deno.land to jsr

This commit is contained in:
2024-05-31 09:21:14 +08:00
parent b3fc811af0
commit b7fd2ca133
38 changed files with 56 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
import { exists, existsSync } from "std/fs/exists.ts";
import { extname } from "std/path/mod.ts";
import { exists, existsSync } from "@std/fs/exists";
import { extname } from "@std/path";
import { initParser } from "deno_dom/deno-dom-wasm-noinit.ts";
import { configure } from "zipjs/index.js";
import { MD5 } from "lifegpc-md5";