lute check errors when trying to use the definitions feature from #1234 with the Roblox API types
.config.luau:
return {
lute = {
check = {
definitions = {
roblox = "./types/globalTypes.d.luau",
},
},
},
}
Terminal:
> lute check main.luau
Error: Failed to load definition file: C:/Users/…/types/globalTypes.d.luau
C:/Users/…/types/globalTypes.d.luau:1:1: Internal error: Code is too complex to typecheck! Consider adding type annotations around this area
lute check should be able to load the full Roblox global type definitions without hitting an internal complexity limit, considering this is one of the main use cases for definitions.
lute checkerrors when trying to use the definitions feature from #1234 with the Roblox API types.config.luau:
Terminal:
lute checkshould be able to load the full Roblox global type definitions without hitting an internal complexity limit, considering this is one of the main use cases for definitions.