We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My node version is v10.15.3. I run await func_which_returns_a_promise() and get
await func_which_returns_a_promise()
(async function() { let result = (await func_which_returns_a_promise()); return result; }()) SyntaxError: Unexpected token function
and function is indeed underlined with red in the UI.
function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My node version is v10.15.3. I run
await func_which_returns_a_promise()
and getand
function
is indeed underlined with red in the UI.The text was updated successfully, but these errors were encountered: