Searched refs:xmlPath (Results 1 – 1 of 1) sorted by relevance
423 for (const xmlPath of [ constant430 const isValid = await isValidXMLAsync(path.join(projectRoot, xmlPath));431 if (!isValid) throw new Error(`Invalid XML file format at: "${xmlPath}"`);446 for (const xmlPath of [ constant451 const isValid = await isValidJSONAsync(path.join(projectRoot, xmlPath));452 if (!isValid) throw new Error(`Invalid JSON file format at: "${xmlPath}"`);