import { type FileSystemHost } from "https://deno.land/x/ts_morph@21.0.1/bootstrap/mod.ts";
Represents a file system that can be interacted with.
Methods
readDirSync(dirPath: string): RuntimeDirEntry[]
Reads all the child directories and files.
Asynchronously reads a file at the specified path.
Synchronously reads a file at the specified path.
Asynchronously writes a file to the file system.
Synchronously writes a file to the file system.
Uses pattern matching to find files or directories.