Closed dgraham closed 4 years ago
We're inadvertently transforming the class and for…of syntax in the module output file. Browsers that support modules also support this syntax, so just strip Flow types during compilation.
class
for…of
We're inadvertently transforming the
class
andfor…of
syntax in the module output file. Browsers that support modules also support this syntax, so just strip Flow types during compilation.