| /expo/packages/@expo/cli/src/start/server/webpack/ |
| H A D | compile.ts | 12 const { errors, warnings } = formatWebpackMessages( constant 13 stats.toJson({ all: false, warnings: true, errors: true }) 15 if (errors?.length) { 18 if (errors.length > 1) { 19 errors.length = 1; 21 throw new CommandError('WEBPACK_BUNDLE', errors.join('\n\n')); 30 return { errors, warnings };
|
| H A D | formatWebpackMessages.ts | 115 const formattedErrors = json?.errors?.map(formatMessage); 117 const result = { errors: formattedErrors, warnings: formattedWarnings }; 118 if (result.errors?.some(isLikelyASyntaxError)) { 120 result.errors = result.errors.filter(isLikelyASyntaxError);
|
| /expo/packages/expo-in-app-purchases/build/ |
| H A D | InAppPurchases.js | 6 const errors = { variable 24 throw new ConnectionError(errors.ALREADY_CONNECTED); 72 throw new ConnectionError(errors.NOT_CONNECTED); 95 throw new ConnectionError(errors.NOT_CONNECTED); 132 throw new ConnectionError(errors.NOT_CONNECTED); 230 throw new ConnectionError(errors.NOT_CONNECTED); 285 throw new ConnectionError(errors.ALREADY_DISCONNECTED);
|
| /expo/packages/@expo/cli/src/utils/tsconfig/ |
| H A D | evaluateTsConfig.ts | 27 if (jsonFileContents.errors) { 29 jsonFileContents.errors = jsonFileContents.errors.filter(({ code }) => code !== 18003); 32 if (jsonFileContents.errors?.length) { 33 throw new Error(ts.formatDiagnostic(jsonFileContents.errors[0], formatDiagnosticsHost));
|
| /expo/packages/expo-in-app-purchases/src/ |
| H A D | InAppPurchases.ts | 31 const errors = { constant 52 throw new ConnectionError(errors.ALREADY_CONNECTED); 104 throw new ConnectionError(errors.NOT_CONNECTED); 131 throw new ConnectionError(errors.NOT_CONNECTED); 172 throw new ConnectionError(errors.NOT_CONNECTED); 282 throw new ConnectionError(errors.NOT_CONNECTED); 339 throw new ConnectionError(errors.ALREADY_DISCONNECTED);
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | openPlatforms.ts | 20 const errors = results constant 24 if (errors.length) { 26 const isEscapedError = errors.some((error: any) => error.code === 'ABORTED'); 30 throw errors[0];
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/toast/ |
| H A D | ErrorToastContainer.web.tsx | 51 const errors = useMemo( 68 {errors.length > 0 && ( 70 log={errors[errors.length - 1]} 72 totalLogCount={errors.length} 73 onPressOpen={() => openLog(errors[errors.length - 1])}
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/toast/ |
| H A D | ErrorToastContainer.web.js | 68 …const errors = (0, react_1.useMemo)(() => logs.filter((log) => log.level === 'error' || log.level … 71 …errors.length > 0 && (react_1.default.createElement(ErrorToast_1.ErrorToast, { log: errors[errors.…
|
| /expo/packages/expo-modules-core/src/__tests__/__snapshots__/ |
| H A D | deprecate-test.ts.snap.ios | 3 exports[`deprecate errors throws a deprecation error after expiration 1`] = `"expo-modules-core: \`… 5 exports[`deprecate errors throws a deprecation error without expiration 1`] = `"expo-modules-core: … 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo…
|
| H A D | deprecate-test.ts.snap.android | 3 exports[`deprecate errors throws a deprecation error after expiration 1`] = `"expo-modules-core: \`… 5 exports[`deprecate errors throws a deprecation error without expiration 1`] = `"expo-modules-core: … 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo…
|
| H A D | deprecate-test.ts.snap.node | 3 exports[`deprecate errors throws a deprecation error after expiration 1`] = `"expo-modules-core: \`… 5 exports[`deprecate errors throws a deprecation error without expiration 1`] = `"expo-modules-core: … 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo…
|
| H A D | deprecate-test.ts.snap.web | 3 exports[`deprecate errors throws a deprecation error after expiration 1`] = `"expo-modules-core: \`… 5 exports[`deprecate errors throws a deprecation error without expiration 1`] = `"expo-modules-core: … 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTAsyncLocalStorage.mm | 41 if (error && errors) { 42 if (!*errors) { 43 *errors = [NSMutableArray new]; 45 [*errors addObject:error]; 322 NSMutableArray<NSDictionary *> *errors; 341 NSMutableArray<NSDictionary *> *errors; 347 [self _writeManifest:&errors]; 360 NSMutableArray<NSDictionary *> *errors; 382 [self _writeManifest:&errors]; 394 NSMutableArray<NSDictionary *> *errors; [all …]
|
| /expo/packages/expo-modules-core/build/errors/ |
| H A D | CodedError.js.map | 1 …errors/CodedError.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,OAAO,UAAW,SAAQ,KAAK;IACnC,IAA…
|
| /expo/packages/html-elements/src/primitives/__tests__/ |
| H A D | createDevView.test.tsx | 22 // Ensure no errors 39 // Ensure no errors 47 // Ensure no errors
|
| /expo/docs/pages/routing/ |
| H A D | error-handling.mdx | 3 description: Learn how to handle unmatched routes and errors in your app when using Expo Router. 11 This guide specifies how to handle unmatched routes and errors in your app when using Expo Router. 35 alt="Using ErrorBoundary in Expo Router to catch errors in a route component." 40 …format component-level errors using [React Error Boundaries](https://react.dev/reference/react/Com… 96 … develop with errors. Currently, it shows for `console.error` and `console.warn`. However, it shou…
|
| /expo/apps/native-component-list/src/api/ |
| H A D | registerForPushNotificationsAsync.ts | 37 if (result.errors) { 38 for (const error of result.errors) {
|
| /expo/ios/vendored/unversioned/@react-native-async-storage/async-storage/ios/ |
| H A D | RNCAsyncStorage.m | 63 if (error && errors) { 64 if (!*errors) { 65 *errors = [NSMutableArray new]; 67 [*errors addObject:error]; 81 return errors; 707 [self _writeManifest:&errors]; 709 callback(@[RCTNullIfNil(errors)]); 764 [self _writeManifest:&errors]; 766 callback(@[RCTNullIfNil(errors)]); 809 [self _writeManifest:&errors]; [all …]
|
| /expo/ios/vendored/sdk48/@react-native-async-storage/async-storage/ios/ |
| H A D | ABI48_0_0RNCAsyncStorage.m | 63 if (error && errors) { 64 if (!*errors) { 65 *errors = [NSMutableArray new]; 67 [*errors addObject:error]; 73 NSMutableArray<NSDictionary *> *errors; 81 return errors; 607 NSMutableArray<NSDictionary *> *errors; 701 NSMutableArray<NSDictionary *> *errors; 707 [self _writeManifest:&errors]; 764 [self _writeManifest:&errors]; [all …]
|
| /expo/ios/vendored/sdk49/@react-native-async-storage/async-storage/ios/ |
| H A D | ABI49_0_0RNCAsyncStorage.m | 63 if (error && errors) { 64 if (!*errors) { 65 *errors = [NSMutableArray new]; 67 [*errors addObject:error]; 73 NSMutableArray<NSDictionary *> *errors; 81 return errors; 607 NSMutableArray<NSDictionary *> *errors; 701 NSMutableArray<NSDictionary *> *errors; 707 [self _writeManifest:&errors]; 764 [self _writeManifest:&errors]; [all …]
|
| /expo/home/api/ |
| H A D | APIV2Client.ts | 57 if (Array.isArray(body.errors) && body.errors.length > 0) { 58 const responseError = body.errors[0];
|
| /expo/packages/expo-intent-launcher/android/src/main/java/expo/modules/intentlauncher/exceptions/ |
| H A D | ActivityAlreadyStartedException.kt | 3 import expo.modules.core.errors.CodedException
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/exceptions/ |
| H A D | UnableToScheduleException.kt | 3 import expo.modules.core.errors.CodedException
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/errors/ |
| H A D | ContextDestroyedException.kt | 1 package expo.modules.core.errors
|
| H A D | ModuleDestroyedException.kt | 1 package expo.modules.core.errors
|