| /expo/packages/@expo/metro-runtime/build/error-overlay/Data/ |
| H A D | LogContext.d.ts | 2 import { LogBoxLog } from './LogBoxLog'; 6 logs: LogBoxLog[]; 11 logs: LogBoxLog[]; 13 export declare function useSelectedLog(): LogBoxLog;
|
| H A D | LogBoxData.d.ts | 9 import { LogBoxLog, StackType } from './LogBoxLog'; 12 export type LogBoxLogs = Set<LogBoxLog>; 45 export declare function symbolicateLogNow(type: StackType, log: LogBoxLog): void; 46 export declare function retrySymbolicateLogNow(type: StackType, log: LogBoxLog): void; 47 export declare function symbolicateLogLazy(type: StackType, log: LogBoxLog): void; 52 export declare function dismiss(log: LogBoxLog): void;
|
| H A D | LogContext.js.map | 1 …LogBoxLog } from './LogBoxLog';\n\n// Context provider for Array<LogBoxLog>\n\nexport const LogCon…
|
| H A D | LogBoxLog.js | 33 exports.LogBoxLog = void 0; 44 class LogBoxLog { class 187 exports.LogBoxLog = LogBoxLog;
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/ |
| H A D | ErrorOverlay.d.ts | 9 import { LogBoxLog, StackType } from './Data/LogBoxLog'; 12 log: LogBoxLog; 14 logs: LogBoxLog[]; 20 log: LogBoxLog;
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/Data/ |
| H A D | LogContext.tsx | 4 import { LogBoxLog } from './LogBoxLog'; 6 // Context provider for Array<LogBoxLog> 11 logs: LogBoxLog[]; 17 logs: LogBoxLog[]; 28 logs: raw.logs.map((raw: any) => new LogBoxLog(raw)),
|
| H A D | LogBoxData.tsx | 11 import { LogBoxLog, StackType } from './LogBoxLog'; 12 import type { LogLevel } from './LogBoxLog'; 19 export type LogBoxLogs = Set<LogBoxLog>; 128 function appendNewLog(newLog: LogBoxLog): void { 198 new LogBoxLog({ 218 appendNewLog(new LogBoxLog(parseLogBoxException(error))); 225 export function symbolicateLogNow(type: StackType, log: LogBoxLog) { 231 export function retrySymbolicateLogNow(type: StackType, log: LogBoxLog) { 237 export function symbolicateLogLazy(type: StackType, log: LogBoxLog) { 292 export function dismiss(log: LogBoxLog): void { [all …]
|
| /expo/packages/@expo/metro-runtime/src/ |
| H A D | symbolicate.ts | 1 import { LogBoxLog } from './error-overlay/Data/LogBoxLog'; 4 export { LogBoxLog, parseErrorStack };
|
| /expo/packages/@expo/metro-runtime/build/ |
| H A D | symbolicate.d.ts | 1 import { LogBoxLog } from './error-overlay/Data/LogBoxLog'; 3 export { LogBoxLog, parseErrorStack };
|
| H A D | symbolicate.js.map | 1 …t { LogBoxLog } from './error-overlay/Data/LogBoxLog';\nimport parseErrorStack from './error-overl…
|
| H A D | symbolicate.js | 20 exports.parseErrorStack = exports.LogBoxLog = void 0; 22 …ty(exports, "LogBoxLog", { enumerable: true, get: function () { return LogBoxLog_1.LogBoxLog; } });
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/toast/ |
| H A D | ErrorToast.d.ts | 1 import { LogBoxLog } from '../Data/LogBoxLog'; 3 log: LogBoxLog;
|
| /expo/packages/expo-router/src/views/ |
| H A D | ErrorBoundary.tsx | 1 import type { LogBoxLog } from '@expo/metro-runtime/symbolicate'; 11 let useMetroSymbolication: (error: Error) => LogBoxLog | null; 14 const { LogBoxLog, parseErrorStack } = 17 const [logBoxLog, setLogBoxLog] = React.useState<LogBoxLog | null>(null); 23 const log = new LogBoxLog({ 54 let StackTrace: React.FC<{ logData: LogBoxLog | null }>; 62 StackTrace = function ({ logData }: { logData: LogBoxLog | null }) {
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/toast/ |
| H A D | ErrorToastContainer.web.tsx | 13 import { LogBoxLog } from '../Data/LogBoxLog'; 26 function ErrorToastStack({ logs }: { logs: LogBoxLog[] }) { 39 function openLog(log: LogBoxLog) {
|
| H A D | ErrorToast.tsx | 13 import { LogBoxLog } from '../Data/LogBoxLog'; 17 log: LogBoxLog; 24 function useSymbolicatedLog(log: LogBoxLog) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/ |
| H A D | LogBoxNotificationContainer-test.js.snap | 18 LogBoxLog { 37 LogBoxLog {
|
| H A D | LogBoxInspectorContainer-test.js.snap | 26 LogBoxLog { 63 LogBoxLog { 122 LogBoxLog { 173 LogBoxLog {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/ |
| H A D | LogBoxNotificationContainer-test.js.snap | 18 LogBoxLog { 37 LogBoxLog {
|
| H A D | LogBoxInspectorContainer-test.js.snap | 26 LogBoxLog { 63 LogBoxLog { 122 LogBoxLog { 173 LogBoxLog {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/ |
| H A D | LogBoxNotificationContainer-test.js.snap | 18 LogBoxLog { 37 LogBoxLog {
|
| H A D | LogBoxInspectorContainer-test.js.snap | 26 LogBoxLog { 63 LogBoxLog { 122 LogBoxLog { 173 LogBoxLog {
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | metroErrorInterface.ts | 145 const { LogBoxLog, parseErrorStack } = require( constant 151 const log = new LogBoxLog({ 178 const { LogBoxLog, parseErrorStack } = require( constant 184 return new LogBoxLog({
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/ |
| H A D | ErrorOverlay.tsx | 12 import { LogBoxLog, StackType } from './Data/LogBoxLog'; 44 log: LogBoxLog; 46 logs: LogBoxLog[]; 122 log: LogBoxLog;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspector-test.js.snap | 20 LogBoxLog { 69 LogBoxLog {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspector-test.js.snap | 20 LogBoxLog { 69 LogBoxLog {
|