rpetrich / babel-plugin-transform-async-to-promises

Transform async/await to somewhat idiomatic JavaScript promise chains
MIT License
246 stars 17 forks source link

Add failing test case for bug with subclass async properties #55

Closed jimmydief closed 2 years ago

jimmydief commented 4 years ago

Failing test for #54. Looked briefly into the solution from https://github.com/babel/babel/pull/9610, can investigate further if that seems like the right route.