SyntaxFactory is missing constructors
TheGreatSageEqualToHeaven opened this issue · 0 comments
TheGreatSageEqualToHeaven commented
Describe the bug
When typed-Luau was added all constructors relying on the syntax, which removed a lot of old constructors which was an oversight
To Reproduce
Attempting to use old constructors will throw errors
node.Update(node.FunctionKeyword, node.Name, node.Parameters, node.Body, node.EndKeyword, node.SemicolonToken)
Expected behavior
The code should work alongside its typed-constructors