Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateDocsAPIData.ts125 const entriesPath = path.join(basePath, 'src'); constant
130 ? entryPoint.map((entry) => path.join(entriesPath, entry))
131 : [path.join(entriesPath, entryPoint)];