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
We are able to provide exports/implicitly declared methods, but not keywords. This requires to use some hacky ways to handle the documentation and completion or write the custom logic.
Ideally we would need to update lexer/parser if necessary and just register those in xml file.
The text was updated successfully, but these errors were encountered:
- `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
We are able to provide exports/implicitly declared methods, but not keywords. This requires to use some hacky ways to handle the documentation and completion or write the custom logic.
Ideally we would need to update lexer/parser if necessary and just register those in xml file.
The text was updated successfully, but these errors were encountered: