Searched refs:readXMLAsync (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | XML.js | 10 exports.readXMLAsync = readXMLAsync; 49 async function readXMLAsync(options) { function
|
| H A D | XML.d.ts | 11 export declare function readXMLAsync(options: {
|
| H A D | XML.js.map | 1 …readXMLAsync","contents","readFile","encoding","flag","parser","Parser","manifest","parseStringPro…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BuildScheme.ts | 4 import { readXMLAsync } from '../utils/XML'; 95 return (await readXMLAsync({ path: schemePath })) as unknown as SchemeXML | undefined;
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Resources.ts | 1 import { readXMLAsync, XMLObject } from '../utils/XML'; 55 const xml = await readXMLAsync({ path, fallback });
|
| H A D | Manifest.ts | 164 const xml = await XML.readXMLAsync({ path: manifestPath });
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Resources.js | 32 const xml = await (0, _XML().readXMLAsync)({
|
| H A D | Resources.js.map | 1 …readXMLAsync","resources","ensureDefaultResourceXML","buildResourceItem","name","value","targetApi…
|
| H A D | Manifest.js | 61 const xml = await XML().readXMLAsync({
|
| H A D | Manifest.js.map | 1 …readXMLAsync","isManifest","Error","manifest","getMainApplication","_androidManifest$mani","_andro…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | XML.ts | 20 export async function readXMLAsync(options: { function
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BuildScheme.js | 84 return await (0, _XML().readXMLAsync)({
|
| H A D | BuildScheme.js.map | 1 …readXMLAsync","path","Error","getApplicationTargetNameForSchemeAsync","_schemeXML$Scheme","_scheme…
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 26 const { readXMLAsync } = XML; constant 684 const res = await readXMLAsync({ path: filePath });
|