Hello,
Our version of Javascript Add-on doesn't support new javascript syntax like async, await, ...
For example :
let issues = await collectIssues();
generates an error on the collectIssues call.
Is there a new version of Web-language Addon which supports these syntaxes ?
Best regards
Philippe