Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts767 const fsFolder = this.toFsEntry(path) as FsFolder; constant
768fsFolder.entries = [] as FSEntry[] as SortedArray<FSEntry>; // https://github.com/Microsoft/TypeSc…
769 return fsFolder;