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
roblox-ts: latest master
@rbxts/types: unrelated but 1.0.463
RojoResolver gets stuck on anything that recurses, for example a node with "$path": ".", because it keeps walking that directory and rediscovering the node, then walking the directory and so on... https://discord.com/channels/476080952636997633/494540040991539200/856293968529850398
"$path": "."
{ "name": "something", "tree": { "$path": "." } }
Expected behavior:
Compiler detects that the node has already been walked, and either continues or emits an error
Current behavior:
Compiler loops forever or exceeds call stack limit
Not applicable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
roblox-ts: latest master
@rbxts/types: unrelated but 1.0.463
Description
RojoResolver gets stuck on anything that recurses, for example a node with
"$path": "."
, because it keeps walking that directory and rediscovering the node, then walking the directory and so on...https://discord.com/channels/476080952636997633/494540040991539200/856293968529850398
Minimal Reproduction
Expected behavior:
Compiler detects that the node has already been walked, and either continues or emits an error
Current behavior:
Compiler loops forever or exceeds call stack limit
Playground link
Not applicable
The text was updated successfully, but these errors were encountered: