Skip to main content
Module

x/deno2node/src/deps.deno.ts>MemoryEmitResult

Compile your Deno project to run on Node.js.
Go to Latest
class MemoryEmitResult
extends EmitResult
import { MemoryEmitResult } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Result of an emit to memory.

Constructors

new
private
MemoryEmitResult()

Properties

private
readonly
_files

Methods

Gets the files that were emitted to memory.

saveFiles(): Promise<void[]>

Asynchronously writes the files to the file system.

Synchronously writes the files to the file system.