Searched refs:getUserStatePath (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | UserSettings.ts | 1 import { getExpoHomeDirectory, getUserStatePath } from '@expo/config/build/getUserState'; 29 return getUserStatePath(); 49 return JsonFile.read<UserSettingsData>(getUserStatePath())?.auth ?? null;
|
| /expo/packages/@expo/config/build/ |
| H A D | getUserState.js | 8 exports.getUserStatePath = getUserStatePath; 53 function getUserStatePath() { function 57 return new (_jsonFile().default)(getUserStatePath(), {
|
| H A D | getUserState.d.ts | 22 export declare function getUserStatePath(): string;
|
| H A D | getUserState.js.map | 1 …getUserStatePath","getUserState","JsonFile","jsonParseErrorDefault","cantReadFileDefault"],"source…
|
| /expo/packages/@expo/config/src/ |
| H A D | getUserState.ts | 48 export function getUserStatePath() { function 53 return new JsonFile<UserSettingsData>(getUserStatePath(), {
|
| /expo/packages/@expo/cli/src/api/user/__tests__/ |
| H A D | user-test.ts | 1 import { getUserStatePath } from '@expo/config/build/getUserState'; 124 expect(await fs.promises.readFile(getUserStatePath(), 'utf8')).toMatchInlineSnapshot(` 144 expect(await fs.promises.readFile(getUserStatePath(), 'utf8')).toMatchInlineSnapshot(`
|
| /expo/packages/create-expo-module/src/ |
| H A D | telemetry.ts | 1 import { getUserStatePath } from '@expo/config/build/getUserState'; 42 const settings = new JsonFile<{ uuid?: string }>(getUserStatePath(), {
|
| /expo/packages/create-expo-module/build/ |
| H A D | telemetry.js | 37 const settings = new json_file_1.default((0, getUserState_1.getUserStatePath)(), {
|
| H A D | telemetry.js.map | 1 …getUserStatePath } from '@expo/config/build/getUserState';\nimport JsonFile from '@expo/json-file'…
|