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
Follow up on #2873
Our code insight does not understand that
async
sub return future, not the valueThe text was updated successfully, but these errors were encountered: