@react-native/codegen
Advanced tools
Comparing version 0.73.0-nightly-20230922-353b31c7d to 0.73.0-nightly-20230923-29f62a41b
@@ -17,2 +17,3 @@ /** | ||
verifyPropNotAlreadyDefined = _require2.verifyPropNotAlreadyDefined; | ||
// $FlowFixMe[unsupported-variance-annotation] | ||
function getTypeAnnotationForArray( | ||
@@ -194,2 +195,4 @@ name, | ||
} | ||
// $FlowFixMe[unsupported-variance-annotation] | ||
function getTypeAnnotation( | ||
@@ -196,0 +199,0 @@ name, |
@@ -192,2 +192,4 @@ /** | ||
} | ||
// $FlowFixMe[unsupported-variance-annotation] | ||
function unwrapNullable(x) { | ||
@@ -199,2 +201,4 @@ if (x.type === 'NullableTypeAnnotation') { | ||
} | ||
// $FlowFixMe[unsupported-variance-annotation] | ||
function wrapNullable(nullable, typeAnnotation) { | ||
@@ -201,0 +205,0 @@ if (!nullable) { |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.73.0-nightly-20230922-353b31c7d", | ||
"version": "0.73.0-nightly-20230923-29f62a41b", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1518373
24413