Home
last modified time | relevance | path

Searched defs:parseXMLAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts10 const { parseXMLAsync } = XML; constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts10 const { parseXMLAsync } = XML; constant
/expo/packages/@expo/config-plugins/src/utils/
H A DXML.ts50 export async function parseXMLAsync(contents: string): Promise<XMLObject> { function
/expo/packages/@expo/config-plugins/build/utils/
H A DXML.js77 async function parseXMLAsync(contents) { function