Home
last modified time | relevance | path

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

/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js37 const substructure = structure['key.substructure'];
38 if (Array.isArray(substructure) && substructure.length > 0) {
39 for (const child of substructure) {
H A DgetStructure.js.map1substructure'];\n if (!root) {\n console.warn('Found ModuleDefinition but it is malformed'…
H A Dtypes.js.map1 … string;\n content: string;\n};\n\nexport type Structure = {\n 'key.substructure': Structure[];\…
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts43 const substructure = structure['key.substructure']; constant
44 if (Array.isArray(substructure) && substructure.length > 0) {
45 for (const child of substructure) {