Searched refs:pathToSchema (Results 1 – 6 of 6) sorted by relevance
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 306 const pathToSchema = path.join(tmpDir, 'schema.json'); 322 )} ${pathToSchema} ${pathToJavaScriptSources}`, 324 console.log(`[Codegen] Generated schema: ${pathToSchema}`); 325 return pathToSchema; 328 function generateCode(iosOutputDir, library, tmpDir, node, pathToSchema) { argument 341 --schemaPath ${pathToSchema} \ 373 const pathToSchema = generateSchema(tmpDir, library, node, codegenCliPath); 374 generateCode(iosOutputDir, library, tmpDir, node, pathToSchema); 380 schemaPaths[library.config.name] = pathToSchema;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 321 const pathToSchema = path.join(tmpDir, 'schema.json'); 337 )} --platform ios ${pathToSchema} ${pathToJavaScriptSources}`, 339 console.log(`[Codegen] Generated schema: ${pathToSchema}`); 340 return pathToSchema; 343 function generateCode(iosOutputDir, library, tmpDir, node, pathToSchema) { argument 360 --schemaPath ${pathToSchema} \ 394 const pathToSchema = generateSchema(tmpDir, library, node, codegenCliPath); 395 generateCode(iosOutputDir, library, tmpDir, node, pathToSchema); 401 schemaPaths[library.config.name] = pathToSchema;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 306 const pathToSchema = path.join(tmpDir, 'schema.json'); 322 )} --platform ios ${pathToSchema} ${pathToJavaScriptSources}`, 324 console.log(`[Codegen] Generated schema: ${pathToSchema}`); 325 return pathToSchema; 328 function generateCode(iosOutputDir, library, tmpDir, node, pathToSchema) { argument 341 --schemaPath ${pathToSchema} \ 373 const pathToSchema = generateSchema(tmpDir, library, node, codegenCliPath); 374 generateCode(iosOutputDir, library, tmpDir, node, pathToSchema); 380 schemaPaths[library.config.name] = pathToSchema;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/__tests__/ |
| H A D | generate-artifacts-executor-test.js | 35 const pathToSchema = 'app/build/schema.json'; constant 45 underTest._generateCode(iosOutputDir, library, tmpDir, node, pathToSchema); 50 …)} --platform ios --schemaPath ${pathToSchema} --outputDir ${tmpOutDir} …
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/__tests__/ |
| H A D | generate-artifacts-executor-test.js | 35 const pathToSchema = 'app/build/schema.json'; constant 45 underTest._generateCode(iosOutputDir, library, tmpDir, node, pathToSchema); 50 …)} --platform ios --schemaPath ${pathToSchema} --outputDir ${tmpOutDir} …
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/__tests__/ |
| H A D | generate-artifacts-executor-test.js | 35 const pathToSchema = 'app/build/schema.json'; constant 45 underTest._generateCode(iosOutputDir, library, tmpDir, node, pathToSchema); 50 …)} --platform ios --schemaPath ${pathToSchema} --outputDir ${tmpOutDir} …
|