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
On Mon., Apr. 4, 2022, 4:14 p.m. Erwan Carriou, ***@***.***> wrote:
You are talking about this hint ?
[image: Capture d’écran 2022-04-04 à 22 07 24]
<https://user-images.githubusercontent.com/2214504/161623675-8346f5ae-ce84-4c3e-85f4-4967a16819ee.png>
If you want you can disabled by adding some comment lines like this:
function start() {
/* jshint ignore:start */
async function test() {
}
/* jshint ignore:end */
test();
}
I will have a look to update the hint to be compliant with the last
version of JavaScript.
Anyway this hint will not block you for saving the behavior.
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALMMFG35GXDEQB7H5VBRF5DVDNETRANCNFSM5SOCOQQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
I'm trying to create an async function inside a behavior and I get the following message:
"async functions" is only available is ES8 (use 'esversion: 8').
I tried to add it to the behavior declaration in the model, however the message is still displayed, suggesting I didn't add it in the correct place.
Where do I add this?
The text was updated successfully, but these errors were encountered: