| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Colors-test.ts | 3 import { parseXMLAsync } from '../../utils/XML'; 61 const xml = await parseXMLAsync( 96 ).toStrictEqual(await parseXMLAsync(colors));
|
| H A D | Resources-test.ts | 3 import { parseXMLAsync } from '../../utils/XML'; 49 const styles = await parseXMLAsync(
|
| H A D | PrimaryColor-test.ts | 3 import { parseXMLAsync } from '../../utils/XML'; 81 modResults: (await parseXMLAsync(styles)) as any,
|
| H A D | AllowBackup-test.ts | 7 return (await XML.parseXMLAsync(
|
| H A D | Orientation-test.ts | 7 return (await XML.parseXMLAsync(
|
| H A D | IntentFilters-test.ts | 7 return (await XML.parseXMLAsync(
|
| H A D | GoogleMapsApiKey-test.ts | 7 return (await XML.parseXMLAsync(
|
| H A D | Manifest-test.ts | 22 return (await XML.parseXMLAsync(
|
| H A D | Scheme-test.ts | 17 return (await XML.parseXMLAsync(
|
| H A D | Permissions-test.ts | 17 const manifest = (await XML.parseXMLAsync(
|
| H A D | Updates-test.ts | 14 return (await XML.parseXMLAsync(
|
| /expo/packages/expo-system-ui/plugin/src/__tests__/ |
| H A D | withAndroidRootViewBackgroundColor-test.ts | 10 const { parseXMLAsync } = XML; constant 99 modResults: (await parseXMLAsync(styles)) as any,
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/ |
| H A D | withAndroidRootViewBackgroundColor-test.ts | 10 const { parseXMLAsync } = XML; constant 99 modResults: (await parseXMLAsync(styles)) as any,
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | XML.js | 9 exports.parseXMLAsync = parseXMLAsync; 77 async function parseXMLAsync(contents) { function
|
| H A D | XML.d.ts | 16 export declare function parseXMLAsync(contents: string): Promise<XMLObject>;
|
| H A D | XML.js.map | 1 …parseXMLAsync","stringTimesN","n","char","join","indentLevel","newline","EOL","xmlInput","toString…
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withAndroidManifestIcons-test.ts | 9 return (await XML.parseXMLAsync(
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-branch/__tests__/ |
| H A D | withAndroidBranch-test.ts | 9 return (await XML.parseXMLAsync(
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/ |
| H A D | withAndroidSplashStyles-test.ts | 34 const xml = await XML.parseXMLAsync(`<resources>
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-ads-admob/__tests__/ |
| H A D | withAndroidAdMob-test.ts | 13 return (await XML.parseXMLAsync(
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | XML.ts | 50 export async function parseXMLAsync(contents: string): Promise<XMLObject> { function
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withAndroidBaseMods.ts | 8 import { parseXMLAsync, writeXMLAsync } from '../utils/XML'; 18 return parseXMLAsync(`
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/ |
| H A D | withAndroidNotifications-test.ts | 109 return (await XML.parseXMLAsync(
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withAndroidBaseMods.js | 60 return (0, _XML().parseXMLAsync)(`
|
| H A D | withAndroidBaseMods.js.map | 1 …parseXMLAsync","android","package","sortAndroidManifest","manifest","sortObject","reverseSortStrin…
|