From 8db960d064d3b94dcb30b01db5c34cc14e212d37 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 8 Jan 2025 14:18:46 +0000 Subject: [PATCH] refactor: add TODO comment for future note --- lib/init.luau | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/init.luau b/lib/init.luau index e38af07..0dfacb0 100644 --- a/lib/init.luau +++ b/lib/init.luau @@ -59,6 +59,7 @@ type ZipEntryInner = { method: CompressionMethod, -- Method used to compress the file crc: number, -- CRC32 checksum of uncompressed data isDirectory: boolean, -- Whether the entry is a directory or not + -- TODO: Rename to isText or similar in breaking change isAscii: boolean, -- Whether the entry is plain ASCII text or binary attributes: number, -- File attributes parent: ZipEntry?, -- The parent of the current entry, nil for root