@react-native/codegen
Advanced tools
Comparing version
@@ -173,4 +173,2 @@ /** | ||
allGenerators: ALL_GENERATORS, | ||
libraryGenerators: LIBRARY_GENERATORS, | ||
schemaGenerators: SCHEMAS_GENERATORS, | ||
generate( | ||
@@ -184,2 +182,3 @@ { | ||
useLocalIncludePaths, | ||
libraryGenerators = LIBRARY_GENERATORS, | ||
}, | ||
@@ -216,3 +215,3 @@ {generators, test}, | ||
for (const name of generators) { | ||
for (const generator of LIBRARY_GENERATORS[name]) { | ||
for (const generator of libraryGenerators[name]) { | ||
generator( | ||
@@ -219,0 +218,0 @@ libraryName, |
{ | ||
"name": "@react-native/codegen", | ||
"version": "0.81.0-nightly-20250612-1b0851515", | ||
"version": "0.81.0-nightly-20250613-6b9d931a8", | ||
"description": "Code generation tools for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
1086818
0.03%16865
-0.01%