Async generator function throwing error

async generator function

I am trying to implement async generator function, its throwing error below.
Generator functions are working fine.

figma_app.min.js.br:5 Syntax error on line 2783: Unexpected token *
const traverse = async function* (node) {

}