We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e0d3a commit 908df30Copy full SHA for 908df30
1 file changed
unrequire.lua
@@ -14,11 +14,16 @@ 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
+
27
local function errprint(msg)
28
io.stderr:write(msg .. "\n")
29
end
0 commit comments