Home
last modified time | relevance | path

Searched refs:schemaPath (Results 1 – 14 of 14) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js54 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 Dgenerate-specs-cli-executor.js54 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 Dgenerate-specs-cli-executor.js54 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 Dremove-version.js28 const schemaPath = `public/static/schemas/v${version}.0.0`; constant
29 if (fs.pathExistsSync(schemaPath)) {
30 fs.rmSync(schemaPath, { recursive: true });
H A Dschema-sync.cjs45 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 Dgenerate-specs-cli-executor-test.js21 const schemaPath = './'; constant
33 expect(path).toBe(schemaPath);
79 schemaPath,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js21 const schemaPath = './'; constant
33 expect(path).toBe(schemaPath);
79 schemaPath,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js21 const schemaPath = './'; constant
35 expect(path).toBe(schemaPath);
81 schemaPath,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dgenerate-specs-cli.js53 argv.schemaPath,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dgenerate-specs-cli.js53 argv.schemaPath,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-specs-cli.js53 argv.schemaPath,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/react_native_pods_utils/
H A Dscript_phases.sh65 …"$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 Dscript_phases.sh61 …"$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 Dscript_phases.sh61 …"$NODE_BINARY" "scripts/generate-specs-cli.js" --platform ios --schemaPath "$GENERATED_SCHEMA_FILE…