Home
last modified time | relevance | path

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

/expo/tools/src/versioning/android/
H A Dindex.ts183 const lineNumberWithMatch = fileContent.substring(0, index).split(/\r\n?|\n/g).length - 1; constant
184 const firstLineInContext = Math.max(0, lineNumberWithMatch - 2);
185 const lastLineInContext = Math.min(lineNumberWithMatch + 2, fileLines.length);