Searched refs:OUTPUT_PATH (Results 1 – 2 of 2) sorted by relevance
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | generate-api-docs.js | 21 const OUTPUT_PATH = path.join(RN_ROOT, 'docs', 'generatedComponentApiDocs.js'); constant 71 const existingContent = fs.readFileSync(OUTPUT_PATH, 'utf8'); 74 path.relative(RN_ROOT, OUTPUT_PATH), 82 fs.writeFileSync(OUTPUT_PATH, SignedSource.signFile(content));
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | generate-api-docs.js | 21 const OUTPUT_PATH = path.join(RN_ROOT, 'docs', 'generatedComponentApiDocs.js'); constant 71 const existingContent = fs.readFileSync(OUTPUT_PATH, 'utf8'); 74 path.relative(RN_ROOT, OUTPUT_PATH), 82 fs.writeFileSync(OUTPUT_PATH, SignedSource.signFile(content));
|