| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | metroErrorInterface.ts | 45 codeFrame, 49 codeFrame: CodeFrame; 64 if (codeFrame) { 67 const lineText = codeFrame.content; 79 filePath: codeFrame.fileName, 80 line: codeFrame.location?.row, 113 Log.log(codeFrame.content); 167 codeFrame: log.codeFrame, 176 codeFrame: CodeFrame; 211 codeFrame: log.codeFrame, [all …]
|
| H A D | MetroTerminalReporter.ts | 182 const codeFrame = stripMetroInfo(rawMessage); constant 183 if (codeFrame) { 184 message += '\n' + codeFrame;
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/overlay/ |
| H A D | LogBoxInspectorCodeFrame.tsx | 22 export function LogBoxInspectorCodeFrame({ codeFrame }: { codeFrame?: CodeFrame }) { 23 if (codeFrame == null) { 28 return formatProjectFilePath(process.env.EXPO_PROJECT_ROOT, codeFrame?.fileName); 32 const location = codeFrame?.location; 45 <Ansi style={styles.content} text={codeFrame.content} /> 55 openFileInEditor(codeFrame.fileName, codeFrame.location?.row ?? 0);
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/Data/ |
| H A D | LogBoxLog.ts | 24 codeFrame?: CodeFrame; 56 codeFrame?: CodeFrame; 84 this.codeFrame = data.codeFrame; 174 this.updateStatus(type, null, data?.stack, data?.codeFrame); 187 codeFrame?: CodeFrame | null 197 if (codeFrame) { 198 this.codeFrame = codeFrame;
|
| H A D | parseLogBoxLog.tsx | 179 const [content, fileName, row, column, codeFrame] = metroInternalError.slice(1); 187 codeFrame: { 193 content: codeFrame, 206 const [fileName, content, row, column, codeFrame] = babelTransformError.slice(1); 213 codeFrame: { 219 content: codeFrame, 233 const [fileName, content, codeFrame] = babelCodeFrameError.slice(1); 239 codeFrame: { 242 content: codeFrame,
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/overlay/ |
| H A D | LogBoxInspectorCodeFrame.js | 46 function LogBoxInspectorCodeFrame({ codeFrame }) { field 47 if (codeFrame == null) { 51 …formatProjectFilePath_1.formatProjectFilePath)(process.env.EXPO_PROJECT_ROOT, codeFrame?.fileName); 54 const location = codeFrame?.location; 64 ….default.createElement(AnsiHighlight_1.Ansi, { style: styles.content, text: codeFrame.content }))), 69 … (0, openFileInEditor_1.default)(codeFrame.fileName, codeFrame.location?.row ?? 0);
|
| H A D | LogBoxInspectorCodeFrame.d.ts | 2 export declare function LogBoxInspectorCodeFrame({ codeFrame }: { 3 codeFrame?: CodeFrame;
|
| H A D | LogBoxInspectorCodeFrame.js.map | 1 …codeFrame }: { codeFrame?: CodeFrame }) {\n if (codeFrame == null) {\n return null;\n }\n\n …
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/Data/ |
| H A D | LogBoxLog.js | 52 codeFrame; field in LogBoxLog 74 this.codeFrame = data.codeFrame; 147 this.updateStatus(type, null, data?.stack, data?.codeFrame); 153 updateStatus(type, error, stack, codeFrame) { argument 163 if (codeFrame) { 164 this.codeFrame = codeFrame;
|
| H A D | parseLogBoxLog.js | 128 const [content, fileName, row, column, codeFrame] = metroInternalError.slice(1); 135 codeFrame: { 141 content: codeFrame, 153 const [fileName, content, row, column, codeFrame] = babelTransformError.slice(1); 159 codeFrame: { 165 content: codeFrame, 177 const [fileName, content, codeFrame] = babelCodeFrameError.slice(1); 183 codeFrame: { 186 content: codeFrame,
|
| H A D | LogBoxLog.d.ts | 19 codeFrame?: CodeFrame; 48 codeFrame?: CodeFrame;
|
| H A D | LogBoxSymbolication.js | 19 const sanitize = ({ stack: maybeStack, codeFrame, }) => { field 41 return { stack, codeFrame };
|
| /expo/packages/@expo/config/src/ |
| H A D | evalConfig.ts | 39 const codeFrame = codeFrameColumns(contents, { start: error.loc }, { highlightCode: true }); constant 40 error.codeFrame = codeFrame; 41 error.message += `\n${codeFrame}`;
|
| /expo/packages/@expo/config/build/ |
| H A D | evalConfig.js | 70 const codeFrame = codeFrameColumns(contents, { 75 error.codeFrame = codeFrame; 76 error.message += `\n${codeFrame}`;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/ |
| H A D | LogBoxNotificationContainer-test.js.snap | 20 "codeFrame": undefined, 39 "codeFrame": undefined,
|
| H A D | LogBoxInspectorContainer-test.js.snap | 28 "codeFrame": undefined, 65 "codeFrame": undefined, 124 "codeFrame": undefined, 175 "codeFrame": undefined,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/ |
| H A D | LogBoxNotificationContainer-test.js.snap | 20 "codeFrame": undefined, 39 "codeFrame": undefined,
|
| H A D | LogBoxInspectorContainer-test.js.snap | 28 "codeFrame": undefined, 65 "codeFrame": undefined, 124 "codeFrame": undefined, 175 "codeFrame": undefined,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/ |
| H A D | LogBoxNotificationContainer-test.js.snap | 20 "codeFrame": undefined, 39 "codeFrame": undefined,
|
| H A D | LogBoxInspectorContainer-test.js.snap | 28 "codeFrame": undefined, 65 "codeFrame": undefined, 124 "codeFrame": undefined, 175 "codeFrame": undefined,
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/modules/symbolicateStackTrace/ |
| H A D | index.d.ts | 20 codeFrame?: CodeFrame;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspector-test.js.snap | 22 "codeFrame": undefined, 71 "codeFrame": undefined,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspector-test.js.snap | 22 "codeFrame": undefined, 71 "codeFrame": undefined,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxInspector-test.js.snap | 22 "codeFrame": undefined, 71 "codeFrame": undefined,
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/modules/symbolicateStackTrace/ |
| H A D | index.ts | 23 codeFrame?: CodeFrame;
|