-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Type complexity + LuauTarjanChildLimit
causes *error-type*
for resolved requires
#112
Comments
Strange..., I can reproduce this in my project, but not in a new project as well. |
Few things I can uncover from this:
|
Player
LuauTarjanChildLimit
causes *error-type*
for resolved requires
The issue also occurs for external packages, e.g. https://wally.run/package/vorlias/net |
From discord: It seems the issue is tied to the size of the sourcemap. |
I've manually enforced a lower bound of 15,000 on LuauTarjanChildLimit to help alleviate some issues. |
There have been many changes since this was created. |
While I can jump to the module from the
require
line,module
gets typed to*error-type*
. This does not occur with "Fflags Enable By Default" off. I don't think this occurred five days ago.I haven't yet been able to replicate this in a new project.
The text was updated successfully, but these errors were encountered: