Home
last modified time | relevance | path

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

/expo/tools/src/
H A DTasksRunner.ts169 const tasksComparator = (a, b) => a === b.name; constant
173 arraysCompare(backup.resolvedTasks, this.resolvedTasks, tasksComparator) &&
174 arraysCompare(backup.tasks, this.tasks, tasksComparator)