Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts1857 …const isSearchPathInProjectRoot = () => containsPath(projectRootPath!, searchPath, this.currentDir… constant
1860 const anySearchPathOk = !projectRootPath || !isSearchPathInProjectRoot();
1886 } while (anySearchPathOk || isSearchPathInProjectRoot());