mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7feaabfe68
Replaces the use of SWC parser in the Forget fixture tests with Hermes Parser. This includes aligning on a single type to represent JS Values and numbers (combining semi-duplicated code from forget_hir and forget_estree) and adding support for lowering babel-style NumericLiteral/BooleanLiteral/StringLiteral/NullLiteral node types (since Hermes Parser produces a mix of estree/babel node types)