Skip to main content
Module

x/emit/mod.ts>BundleEmit

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
Go to Latest
interface BundleEmit
import { type BundleEmit } from "https://deno.land/x/emit@0.17.0/mod.ts";

The output of the bundle function.

Properties

code: string

The bundles code as a single JavaScript module.

optional
map: string

An optional source map.