Home
last modified time | relevance | path

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

/expo/tools/src/
H A DCodegen.ts44 const schemaOutputPath = path.join(params.outputDir, 'schema.json'); constant
48 await spawnAsync('node', [genSchemaScript, schemaOutputPath, params.jsSrcsDir]);
56 schemaOutputPath, constant
71 await fs.remove(schemaOutputPath);