Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/metro/
H A DmetroErrorInterface.ts91 const maxBounds = Math.min(minBounds + rangeWindow * 2, lineText.length); constant
92 previewLine = lineText.slice(minBounds, maxBounds);
101 if (maxBounds < lineText.length) {