Skip to content
New issue

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

Recover parsing after async sub #2877

Open
hurricup opened this issue Aug 18, 2024 · 0 comments
Open

Recover parsing after async sub #2877

hurricup opened this issue Aug 18, 2024 · 0 comments

Comments

@hurricup
Copy link
Collaborator

Parser should ping after async sub tokens and recover after that. currently we have an inconsistent error highlighting:

image

hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant