MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / ensureWrapperProject

Function ensureWrapperProject

scripts/build-harmony-har.js:262–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260}
261
262function ensureWrapperProject() {
263 wrapperProjectFiles.forEach((relativePath) => {
264 const fullPath = path.join(wrapperProjectDir, relativePath);
265 ensureFileExists(
266 fullPath,
267 `Missing Harmony wrapper file: ${relativeToProject(fullPath)}`,
268 );
269 });
270}
271
272function parseArgs(argv) {
273 const parsed = {};

Callers 1

buildHarFunction · 0.85

Calls 2

ensureFileExistsFunction · 0.85
relativeToProjectFunction · 0.85

Tested by

no test coverage detected