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
Describe the bug
Trying to format the following file with Topiary:
(let { a : { b : Number } = { b }} = { a = { b = "no" }} in b) : _
results in this error:
[2023-05-26T09:12:17Z ERROR topiary] Parsing error between line 2, column 4 and line 2, column 7
Expected behavior
This is valid Nickel, so it should parse (& format) correctly.
The text was updated successfully, but these errors were encountered:
I think this is a bug in the tree-sitter grammar; (fun x => x) : _ produces a parse error without topiary being involved.
(fun x => x) : _
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Trying to format the following file with Topiary:
(let { a : { b : Number } = { b }} = { a = { b = "no" }} in b) : _
results in this error:
Expected behavior
This is valid Nickel, so it should parse (& format) correctly.
The text was updated successfully, but these errors were encountered: