Skip to main content
Module

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

The next-gen web framework.
Extremely Popular
Latest
method Project.prototype.emit
import { Project } from "https://deno.land/x/fresh@1.7.1/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>