mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-11 01:30:54 +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
|
return path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- TODO: More methods for `ZipEntry`, handle octals and unix perms
|
||||||
|
|
||||||
local ZipReader = {}
|
local ZipReader = {}
|
||||||
export type ZipReader = typeof(setmetatable({} :: ZipReaderInner, { __index = ZipReader }))
|
export type ZipReader = typeof(setmetatable({} :: ZipReaderInner, { __index = ZipReader }))
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
|
|
Loading…
Add table
Reference in a new issue