Skip to content
New issue

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

support async functions #16

Closed
UziTech opened this issue Jun 12, 2017 · 4 comments
Closed

support async functions #16

UziTech opened this issue Jun 12, 2017 · 4 comments

Comments

@UziTech
Copy link
Contributor

UziTech commented Jun 12, 2017

async function t(){};

will show an error Missing ";" before statement

@IceCreamYou
Copy link
Owner

Honestly, I'm not sure why that's happening, and it seems kind of hard to find answers to that online. It doesn't happen in the "kitchen sink" example on the Ace Editor website, but maybe they're using a newer version of the JavaScript linter.

@UziTech
Copy link
Contributor Author

UziTech commented Jun 13, 2017

looks like this issue is related: ajaxorg/ace#3160

@UziTech
Copy link
Contributor Author

UziTech commented Jun 24, 2019

could you update ace. this might be fixed.

@IceCreamYou
Copy link
Owner

I would accept a PR 🙂 I am not using this extension myself any more, having gotten used to just hitting Shfit+Enter in the Console or using the Sources tab, with all the advantages those options bring. As a result it is hard to prioritize maintaining this extension.

@UziTech UziTech closed this as completed Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants