Skip to content

Interface: MinifyResult

The result of minification.

Extends

  • MinifyResult

Properties

code

  • Type: string

Inherited from

OriginalMinifyResult.code


errors

  • Type: OxcError[]

Inherited from

OriginalMinifyResult.errors


legalComments

  • Type: string[]

Legal comments extracted from the source code. Only populated when codegen.legalComments is "linked" or "external".

Inherited from

OriginalMinifyResult.legalComments


map?

  • Type: SourceMap
  • Optional

Inherited from

OriginalMinifyResult.map