Searched refs:exportedObjectType (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config/build/ |
| H A D | evalConfig.d.ts | 5 exportedObjectType: string; 27 …exportedObjectType: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object"…
|
| H A D | evalConfig.js | 138 const exportedObjectType = typeof result; 154 exportedObjectType
|
| H A D | evalConfig.js.map | 1 …exportedObjectType","Promise","ConfigError","expo","serializeSkippingMods","config"],"sources":[".…
|
| H A D | Config.js | 257 exportedObjectType, 268 return fillAndReturnConfig(dynamicConfig, exportedObjectType);
|
| H A D | Config.js.map | 1 …exportedObjectType","rawDynamicConfig","getDynamicConfig","dynamicConfig","getPackageJson","getRoo…
|
| /expo/packages/@expo/config/src/ |
| H A D | evalConfig.ts | 11 export type DynamicConfigResults = { config: RawDynamicConfig; exportedObjectType: string }; 108 const exportedObjectType = typeof result; constant 124 return { config: result, exportedObjectType };
|
| H A D | Config.ts | 170 const { exportedObjectType, config: rawDynamicConfig } = getDynamicConfig( constant 182 return fillAndReturnConfig(dynamicConfig, exportedObjectType);
|
| /expo/packages/@expo/config/src/__tests__/ |
| H A D | getConfig-test.ts | 132 .exportedObjectType 139 .exportedObjectType
|