Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TransformResult

interface TransformResult {
code: string;
mangleCache?: Record<string, string | false>;
map: string;
warnings: Message[];
}

§Properties

§
code: string
[src]
§
mangleCache?: Record<string, string | false>
[src]

Only when "mangleCache" is present

§
map: string
[src]
§
warnings: Message[]
[src]