diff --git a/scripts/download_deps.ts b/scripts/download_deps.ts index 618b8233..76fddb77 100644 --- a/scripts/download_deps.ts +++ b/scripts/download_deps.ts @@ -1,6 +1,5 @@ import { resolve } from "jsr:@std/path" import { parseArgs } from "jsr:@std/cli/parse-args" -import { ZipReader, Uint8ArrayReader, Uint8ArrayWriter } from "jsr:@zip-js/zip-js" const args = parseArgs(Deno.args, { boolean: ["yes", "y", "auto-accept"],