Not transforming super
in async arrow function in class static property
#8326
Labels
super
in async arrow function in class static property
#8326
Input:
Output:
Playground
If the arrow function isn't async it works correctly. Playground
Looks like class properties and async-to-generator transforms aren't interacting with each other correctly. Probably the fault is in class properties transform. It should have replaced
super.staticProp
before async-to-generator transform gets to it.The text was updated successfully, but these errors were encountered: