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
- `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
- `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
- `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
- `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
Parser should ping after
async sub
tokens and recover after that. currently we have an inconsistent error highlighting:The text was updated successfully, but these errors were encountered: