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
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.ts(2585)
Actual
No errors!!!
Try deleting from /*start*/ to /*end*/ and you correctly get an error!
The text was updated successfully, but these errors were encountered:
DanielRosenwasser
changed the title
Single async function masks "Promise is not defined" errors.
async arrow function masks "Promise is not defined" errors.
Mar 23, 2020
Expected
Actual
No errors!!!
Try deleting from
/*start*/
to/*end*/
and you correctly get an error!The text was updated successfully, but these errors were encountered: