Home
last modified time | relevance | path

Searched defs:findUpRoot (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/scripts/build/
DfindUpDir.mjs29 export const findUpRoot = () => findUpRootCache || (findUpRootCache = dirname(findUpFile("Gulpfile.… function
/third_party/typescript/src/harness/
DfindUpDir.ts19 export const findUpRoot: { (): string; cached?: string; } = () => constant