mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7615bde023
Summary: This is the logic for parsing Native Components. The files were copied from the flow parser and updated for TypeScript specific types and differences in the shape of the AST. The logic and code path is almost identical to the flow parser. While there is considerable duplication to the flow parser, I decided there are enough subtle differences to warrant keeping this logic separate. Changelog: [General][Add] - Add WIP TypeScript support for Native Component Codegen spec parsing Reviewed By: RSNara Differential Revision: D33080623 fbshipit-source-id: a68c8d4c4570e65a88a97dcea3cd18a6976c53c7