We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For anyone who uses this script for latest love-api, the class declaration may have no parent.
Emmy-love-api/genEmmyAPI.lua
Lines 74 to 75 in f9b1855
Changing that line to this
if type.supertypes and type.supertypes[1] then code = code .. ' : ' .. type.supertypes[1]
fixes the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For anyone who uses this script for latest love-api, the class declaration may have no parent.
Emmy-love-api/genEmmyAPI.lua
Lines 74 to 75 in f9b1855
Changing that line to this
fixes the problem.
The text was updated successfully, but these errors were encountered: