You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is actually unrelated to the arrow style function declaration, but has to do with the async parameter. The async in (syntax, async) is parsed as a keyword instead of an identifier, leading to the parsing error.
We will try to fix this in an upcoming update.
mmueller2012
changed the title
Arrow function parsing error
C# parser cannot handle identifiers named async
Aug 12, 2024
Describe the Bug
There is a parsing error for a few files that are just function declarations.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
No Parsing Error
Link
https://app.semanticdiff.com/gh/joefeser/opensearch-net/pull/3/changes#src/ApiGenerator/Domain/Code/HighLevel/Methods/FluentSyntaxView.cs?ignore_comments=true
https://app.semanticdiff.com/gh/joefeser/opensearch-net/pull/3/changes#src/ApiGenerator/Domain/Code/HighLevel/Methods/InitializerSyntaxView.cs?ignore_comments=true
The text was updated successfully, but these errors were encountered: