Module

x/fresh/src/dev/deps.ts>Project#emit

The next-gen web framework.
Extremely Popular
Go to Latest
method Project.prototype.emit
import { Project } from "https://dotland.deno.dev/x/fresh@1.1.5/src/dev/deps.ts";

Asynchronously emits all the source files to the file system as JavaScript files.

Parameters

optional
emitOptions: EmitOptions
  • Optional emit options.

Returns

Promise<EmitResult>