Searched refs:schemaListPath (Results 1 – 3 of 3) sorted by relevance
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | generate-provider-cli.js | 51 function generateProvider(platform, schemaListPath, outputDirectory) { argument 52 const schemaListText = fs.readFileSync(schemaListPath, 'utf-8'); 55 throw new Error(`Can't find schema list file at ${schemaListPath}`); 67 throw new Error(`Can't parse schema to JSON. ${schemaListPath}`); 96 generateProvider(argv.platform, argv.schemaListPath, argv.outputDir);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | generate-provider-cli.js | 51 function generateProvider(platform, schemaListPath, outputDirectory) { argument 52 const schemaListText = fs.readFileSync(schemaListPath, 'utf-8'); 55 throw new Error(`Can't find schema list file at ${schemaListPath}`); 67 throw new Error(`Can't parse schema to JSON. ${schemaListPath}`); 96 generateProvider(argv.platform, argv.schemaListPath, argv.outputDir);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | generate-provider-cli.js | 51 function generateProvider(platform, schemaListPath, outputDirectory) { argument 52 const schemaListText = fs.readFileSync(schemaListPath, 'utf-8'); 55 throw new Error(`Can't find schema list file at ${schemaListPath}`); 67 throw new Error(`Can't parse schema to JSON. ${schemaListPath}`); 96 generateProvider(argv.platform, argv.schemaListPath, argv.outputDir);
|