Module

x/fresh/tests/deps.ts>Project#emitSync

The next-gen web framework.
Extremely Popular
Latest
method Project.prototype.emitSync
import { Project } from "https://dotland.deno.dev/x/fresh@1.7.1/tests/deps.ts";

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

Parameters

optional
emitOptions: EmitOptions
  • Optional emit options.

Returns

EmitResult