function f(x: Promise<string>) {
x.toLowerCase()
}
Expected: Property 'toLowerCase' does not exist on type 'Promise<string>'. Did you forget to await the 'Promise<string>'?
Actual: Property 'toLowerCase' does not exist on type 'Promise<string>'.
PRs welcomed. great first issue. will diffidently add value to our users.
The follow up to this issue is to add a quick fix to add the await keyword.
I'll try to fix this.
Most helpful comment
PRs welcomed. great first issue. will diffidently add value to our users.