The new updates seem to be working really well! One spot where I'm seeing a parsing error is with @external.
It seems like the fn ... block is failing to parse, I'm guessing due to missing curly braces. If I add those, it parses successfully, but I obviously then get a syntax error from gleam.
It seems like the function isn't nested below the attribute so I'm not sure how easy this would be to change.
The new updates seem to be working really well! One spot where I'm seeing a parsing error is with
@external
.It seems like the
fn ...
block is failing to parse, I'm guessing due to missing curly braces. If I add those, it parses successfully, but I obviously then get a syntax error fromgleam
.It seems like the function isn't nested below the
attribute
so I'm not sure how easy this would be to change.Thank you!