codepad-chrome-app
codepad-chrome-app copied to clipboard
Javascript 'async' missing ";" before statement
This may actually be on purpose, but when I use the async keyword, the editor recommends I put a semicolon after it.

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.
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).