@react-native/codegen
Advanced tools
Comparing version 0.74.0-nightly-20231213-746ad378c to 0.74.0-nightly-20231214-b0982971c
@@ -217,7 +217,3 @@ /** | ||
case 'NumberTypeAnnotation': | ||
return getAreEnumMembersInteger( | ||
enumMap[realTypeAnnotation.name].members, | ||
) | ||
? wrap('int') | ||
: wrap('double'); | ||
return wrap('jsi::Value'); | ||
case 'StringTypeAnnotation': | ||
@@ -489,3 +485,3 @@ return wrap('jsi::String'); | ||
enum ${enumName} { ${values} }; | ||
enum class ${enumName} { ${values} }; | ||
@@ -492,0 +488,0 @@ template <> |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.74.0-nightly-20231213-746ad378c", | ||
"version": "0.74.0-nightly-20231214-b0982971c", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
1584630
25574