Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drollup/plugins/terser/types.ts>SourceMapOptions

Next-generation ES module bundler ported for Deno
Latest
interface SourceMapOptions
import { type SourceMapOptions } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/terser/types.ts";

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"