Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rad/src/tasks/build-buds/deb/3p.ts>emit.BundleEmit

general purpose build tool. statically typed, batteries included. command, function, and make-style tasks supported. improved npm scripts for deno.
Latest
interface emit.BundleEmit
import { type emit } from "https://deno.land/x/rad@v6.11.0/src/tasks/build-buds/deb/3p.ts";
const { BundleEmit } = emit;

The output of the bundle function.

Properties

code: string

The bundles code as a single JavaScript module.

optional
map: string

An optional source map.