mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
refactor: add TODO comment for future note
This commit is contained in:
parent
ec352feef5
commit
8db960d064
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue