1
Fork 0

merge diagnostics about incorrect uses of .await

This commit is contained in:
Christian Poveda 2022-05-31 15:07:44 -05:00
parent a06ba45487
commit 9ce04e3783
No known key found for this signature in database
GPG key ID: 27525EF5E7420A50
2 changed files with 5 additions and 9 deletions

View file

@ -26,9 +26,5 @@ parser-incorrect-semicolon =
parser-incorrect-use-of-await =
incorrect use of `await`
.suggestion = `await` is not a method call, remove the parentheses
parser-incorrect-await =
incorrect use of `await`
.suggestion = `await` is a postfix operation
.parentheses-suggestion = `await` is not a method call, remove the parentheses
.postfix-suggestion = `await` is a postfix operation