Files
react-native/packages/react-native-codegen/package.json
T
Rick Hanlon 98b03fa1b9 Switch native codegen over to flow parser
Summary:
This diff switches the native codegen over to the flow parser

It does this by:
- Creating a new e2e directory
- Migrating the schema.js fixtures to flow types in  e2e/
- Updating the buck tests to use the flow type fixtures
- Finally, updating the rest of rn_codegen to use *NativeComponent instead of *Schema.js

Removing all of the schemas in the next diff to keep this one clean

Reviewed By: cpojer

Differential Revision: D15960603

fbshipit-source-id: 3df28b31e618491301578ab7f6e28a80f55404b2
2019-06-27 08:04:13 -07:00

16 lines
353 B
JSON

{
"version": "0.0.1",
"name": "react-native-codegen",
"description": "⚛️ Code generation tools for React Native",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"
},
"dependencies": {
"flow-parser": "^0.102.0",
"jscodeshift": "^0.6.2",
"nullthrows": "^1.1.0"
},
"license": "MIT"
}