Home
last modified time | relevance | path

Searched refs:schemaPaths (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dgenerate-provider-cli.js63 let schemaPaths;
65 schemaPaths = JSON.parse(schemaListText);
72 for (const libraryName of Object.keys(schemaPaths)) {
73 const tmpSchemaText = fs.readFileSync(schemaPaths[libraryName], 'utf-8');
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dgenerate-provider-cli.js63 let schemaPaths;
65 schemaPaths = JSON.parse(schemaListText);
72 for (const libraryName of Object.keys(schemaPaths)) {
73 const tmpSchemaText = fs.readFileSync(schemaPaths[libraryName], 'utf-8');
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-provider-cli.js63 let schemaPaths;
65 schemaPaths = JSON.parse(schemaListText);
72 for (const libraryName of Object.keys(schemaPaths)) {
73 const tmpSchemaText = fs.readFileSync(schemaPaths[libraryName], 'utf-8');
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js359 schemaPaths, argument
380 schemaPaths[library.config.name] = pathToSchema;
387 schemaPaths, argument
396 fs.writeSync(fd, JSON.stringify(schemaPaths));
528 const schemaPaths = {};
538 schemaPaths,
541 createComponentProvider(fabricEnabled, schemaPaths, node, iosOutputDir);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js380 schemaPaths, argument
401 schemaPaths[library.config.name] = pathToSchema;
408 schemaPaths, argument
417 fs.writeSync(fd, JSON.stringify(schemaPaths));
555 const schemaPaths = {};
565 schemaPaths,
568 createComponentProvider(fabricEnabled, schemaPaths, node, iosOutputDir);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js359 schemaPaths, argument
380 schemaPaths[library.config.name] = pathToSchema;
387 schemaPaths, argument
396 fs.writeSync(fd, JSON.stringify(schemaPaths));
528 const schemaPaths = {};
538 schemaPaths,
541 createComponentProvider(fabricEnabled, schemaPaths, node, iosOutputDir);