class MemoryEmitResult
extends EmitResult
import { MemoryEmitResult } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Result of an emit to memory.
Methods
Gets the files that were emitted to memory.
saveFiles(): Promise<void[]>
Asynchronously writes the files to the file system.
saveFilesSync(): void
Synchronously writes the files to the file system.