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

x/fed_dev/deps.ts>terser.ManglePropertiesOptions

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

Properties

optional
builtins: boolean
optional
debug: boolean
optional
keep_quoted: boolean | "strict"
optional
regex: RegExp | string
optional
reserved: string[]