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

Add support for async / await syntax on the javascript editor #36

Open
lcrespilho opened this issue Feb 7, 2020 · 0 comments
Open

Add support for async / await syntax on the javascript editor #36

lcrespilho opened this issue Feb 7, 2020 · 0 comments

Comments

@lcrespilho
Copy link

lcrespilho commented Feb 7, 2020

Hi Kyle. Thanks a lot for the extension. It's amazing. :)

Can you please add support for the async/await syntax sugar on the javascript code editor?
If one clicks "Beautify JS" on the code editor the code is formatted in a way that the code breaks. For example:

code before beautification:

async function foo() {}

code after beautification:

async
function foo() {}

The resulted javascript breaks when injected.

Thanks a lot.

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

1 participant