You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ace Internals Dev
Hello,
In "JAVASCRIPT" mode, how do I delete "Missing ";" before statement" error in the "ace_gutter" div when I use the keyword "await", like "await delay (500);"?
Thanks
Harutyun Amirjanyan
unread,
Oct 4, 2017, 11:40:28 AM10/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ace-in...@googlegroups.com
Hi
you can use editor.session.$worker.call("changeOptions", [{ asi: false /*any other jshint options here*/}])
but this can change in the future when we switch from jshint to eslint.