selene-lib 0.3.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
print(require("foo").bar)
print(coroutine.wrap(print)())
getmetatable({}).__index = function() end