We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e0d3a commit 32f8a1eCopy full SHA for 32f8a1e
1 file changed
unrequire.lua
@@ -14,10 +14,14 @@ local blacklist = {
14
["component"] = true,
15
["_G"] = true,
16
["term"] = true,
17
- ["keyboard"] = true,
18
["table"] = true,
19
["string"] = true,
20
["math"] = true,
+ ["debug"] = true,
21
+ ["os"] = true,
22
+ ["coroutine"] = true,
23
+ ["utf8"] = true,
24
+ ["bit32"] = true,
25
}
26
local function errprint(msg)
27
io.stderr:write(msg .. "\n")
0 commit comments