Skip to main content
Module

x/bundler/deps.ts>terser.SourceMapOptions

A Bundler with the web in mind.
Latest
interface terser.SourceMapOptions
import { type terser } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { SourceMapOptions } = terser;

Properties

optional
content: SectionedSourceMapInput | string

Source map object, 'inline' or source map file content

optional
includeSources: boolean
optional
filename: string
optional
root: string
optional
url: string | "inline"