Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bundler/deps.ts>terser.SourceMapOptions

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

Properties

optional
content: RawSourceMap | string

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

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