| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-specs-cli-executor.js | 54 function readAndParseSchema(schemaPath) { argument 55 const schemaText = fs.readFileSync(schemaPath, 'utf-8'); 58 throw new Error(`Can't find schema at ${schemaPath}`); 64 throw new Error(`Can't parse schema to JSON. ${schemaPath}`); 76 schemaPath, argument 84 let schema = readAndParseSchema(schemaPath);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-specs-cli-executor.js | 54 function readAndParseSchema(schemaPath) { argument 55 const schemaText = fs.readFileSync(schemaPath, 'utf-8'); 58 throw new Error(`Can't find schema at ${schemaPath}`); 64 throw new Error(`Can't parse schema to JSON. ${schemaPath}`); 76 schemaPath, argument 84 let schema = readAndParseSchema(schemaPath);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-specs-cli-executor.js | 54 function readAndParseSchema(schemaPath) { argument 55 const schemaText = fs.readFileSync(schemaPath, 'utf-8'); 58 throw new Error(`Can't find schema at ${schemaPath}`); 64 throw new Error(`Can't parse schema to JSON. ${schemaPath}`); 76 schemaPath, argument 84 let schema = readAndParseSchema(schemaPath);
|
| /expo/docs/scripts/ |
| H A D | remove-version.js | 28 const schemaPath = `public/static/schemas/v${version}.0.0`; constant 29 if (fs.pathExistsSync(schemaPath)) { 30 fs.rmSync(schemaPath, { recursive: true });
|
| H A D | schema-sync.cjs | 45 const schemaPath = `public/static/schemas/v${version}.0.0/app-config-schema.json`; 46 fs.ensureDirSync(path.dirname(schemaPath)); 55 await fs.writeFile(schemaPath, JSON.stringify(schema.properties), 'utf8');
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/__tests__/ |
| H A D | generate-specs-cli-executor-test.js | 21 const schemaPath = './'; constant 33 expect(path).toBe(schemaPath); 79 schemaPath,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/__tests__/ |
| H A D | generate-specs-cli-executor-test.js | 21 const schemaPath = './'; constant 33 expect(path).toBe(schemaPath); 79 schemaPath,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/__tests__/ |
| H A D | generate-specs-cli-executor-test.js | 21 const schemaPath = './'; constant 35 expect(path).toBe(schemaPath); 81 schemaPath,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | generate-specs-cli.js | 53 argv.schemaPath,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | generate-specs-cli.js | 53 argv.schemaPath,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | generate-specs-cli.js | 53 argv.schemaPath,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/react_native_pods_utils/ |
| H A D | script_phases.sh | 65 …"$NODE_BINARY" "scripts/generate-specs-cli.js" --platform ios --schemaPath "$GENERATED_SCHEMA_FILE…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/react_native_pods_utils/ |
| H A D | script_phases.sh | 61 …"$NODE_BINARY" "scripts/generate-specs-cli.js" --platform ios --schemaPath "$GENERATED_SCHEMA_FILE…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/react_native_pods_utils/ |
| H A D | script_phases.sh | 61 …"$NODE_BINARY" "scripts/generate-specs-cli.js" --platform ios --schemaPath "$GENERATED_SCHEMA_FILE…
|