@react-native/codegen
Advanced tools
Comparing version 0.79.0-nightly-20250211-fffd6d75b to 0.79.0-nightly-20250212-a73393001
@@ -138,2 +138,6 @@ /** | ||
}; | ||
case 'UnsafeMixed': | ||
return { | ||
type: 'MixedTypeAnnotation', | ||
}; | ||
case 'UnionTypeAnnotation': | ||
@@ -140,0 +144,0 @@ typeAnnotation.types.reduce((lastType, currType) => { |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.79.0-nightly-20250211-fffd6d75b", | ||
"version": "0.79.0-nightly-20250212-a73393001", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
1718083
27766