codepad-chrome-app icon indicating copy to clipboard operation
codepad-chrome-app copied to clipboard

Javascript 'async' missing ";" before statement

Open codeSourc3 opened this issue 5 years ago • 2 comments

This may actually be on purpose, but when I use the async keyword, the editor recommends I put a semicolon after it. image

codeSourc3 avatar Oct 28 '20 07:10 codeSourc3

I also have this issue! It gives me the error: 'Missing ";" before statement" for every async and await instance in my code! I am new to programming, so I would love to know if I am actually doing something wrong (I don't think so) or if it is a bug.

themomgineer avatar Apr 21 '21 02:04 themomgineer

I also recently noticed that too. I will make a pull request if I can figure out the problem. Update: This is probably a problem with Ace (probably the version used by Codepad which is around v1.4.0).

coder0107git avatar Jun 22 '21 21:06 coder0107git