mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
refactor: add another TODO comment for future note
This commit is contained in:
parent
eb7aa1d010
commit
0c4ee0fffa
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ function ZipEntry.getPath(self: ZipEntry): string
|
|||
return path
|
||||
end
|
||||
|
||||
-- TODO: More methods for `ZipEntry`, handle octals and unix perms
|
||||
|
||||
local ZipReader = {}
|
||||
export type ZipReader = typeof(setmetatable({} :: ZipReaderInner, { __index = ZipReader }))
|
||||
-- stylua: ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue