Home
last modified time | relevance | path

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

/expo/tools/src/
H A DDiff.ts9 const isContextEnd = index > 0 && (diff[index - 1].added || diff[index - 1].removed); constant
17 } else if (isContextEnd && isContextStart) {
28 } else if (isContextEnd) {