From f05d010007a05c4ed6577429e80d82610eda7225 Mon Sep 17 00:00:00 2001 From: Alex Yong Date: Mon, 25 Aug 2025 20:10:48 +0000 Subject: [PATCH] fixing missing import from git merge conflict issues. Signed-off-by: Alex Yong --- scripts/download_deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download_deps.ts b/scripts/download_deps.ts index 76fddb77..de14b2e3 100644 --- a/scripts/download_deps.ts +++ b/scripts/download_deps.ts @@ -1,5 +1,6 @@ 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"], @@ -408,4 +409,3 @@ await Promise.all(writeFilePromises) // Close the zip reader await zipReader.close() -