Destructuring assignment inside of AsyncIterator cause error 'Cannot read property 'file' of undefined' · Issue #5880 · babel/babel

In async iteration body, babel throw error and compilation failed, if compile code that receive result of async function as destructuring array, but babel not throw error and compilation succeeded,...