You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
asyncfunctionfoo(){}
code after beautification:
asyncfunctionfoo(){}
The resulted javascript breaks when injected.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
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:
code after beautification:
The resulted javascript breaks when injected.
Thanks a lot.
The text was updated successfully, but these errors were encountered: