Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts567 const baseFolder = this.fs.get(basePath) as FsFolder; constant
587 const baseFolder = this.fs.get(basePath) as FsFolder; constant
617 … const baseFolder = this.ensureFolder(getDirectoryPath(file.fullPath), ignoreParentWatch); constant
624 … const baseFolder = this.ensureFolder(getDirectoryPath(symLink.fullPath), ignoreParentWatch); constant
642 const baseFolder = this.ensureFolder(baseFullPath, ignoreWatch); constant
671 const baseFolder = this.fs.get(basePath) as FsFolder; constant
1008 const baseFolder = this.fs.get(base) as FsFolder; constant