refactor: add TODO comment for future note

This commit is contained in:
Erica Marigold 2025-01-08 14:18:46 +00:00
parent ec352feef5
commit 8db960d064
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -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