Home
last modified time | relevance | path

Searched refs:lineText (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DmetroErrorInterface.ts67 const lineText = codeFrame.content; constant
86 if (lineText && column != null) {
91 const maxBounds = Math.min(minBounds + rangeWindow * 2, lineText.length);
92 previewLine = lineText.slice(minBounds, maxBounds);
101 if (maxBounds < lineText.length) {