mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8405d8644f
There was a bug in our internal Hermes to Babel adapter which caused some malformed AST to be constructed, which babel would then validate as being incorrect. That bug was fixed, but we still have to add this plugin so that private class methods can be parsed by babel. Tested internally