class defaultimport { default } from "https://dotland.deno.dev/x/lume@v2.2.2/core/fs.ts"; Virtual file system used to load and cache files (local and remote) Constructorsnewdefault(options: Options)Propertiesentries: Map<string, Entry>options: OptionsremoteFiles: Map<string, string>tree: EntryMethodsaddEntry(data: { path: string; type?: EntryType; src?: string; }): Entryinit()removeEntry(path: string)update(path: string): Entry | undefinedUpdate the entry and returns it if it was removed