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
First, thanks for pushing on this. Second, we have rolled out support for Node 8, initially only via the CLI. With Node 8 you can use async/await in your tasks as long as you make the exported function as async. You can try it out following this post: https://tomasz.janczuk.org/2017/09/auth0-webtasks-and-node-8.html
With our new npm support you should be able to pull in whatever modules you like via package.json or being the new modules feature in the editor.
Would love to see the webtask API supporting promises or async/await in the near future :)
How about Es6 with Babel6 or even TypeScript!?
The text was updated successfully, but these errors were encountered: