Quenty / luacheck-roblox

Luacheck specifications for Roblox Lua
MIT License
36 stars 7 forks source link

Add table library functions #8

Closed dr01d3k4 closed 4 years ago

dr01d3k4 commented 4 years ago

Following https://developer.roblox.com/en-us/api-reference/lua-docs/table these functions are missing: table.create table.find table.pack table.unpack

These 3 are also missing but I believe they've been deprecated? table.foreach table.foreachi table.getn

Quenty commented 4 years ago

Should be fixed now!