Skip to content

Interface: MinifyResult

Defined in: utils/minify.ts:25

The result of minification.

Extends

  • MinifyResult

Properties

code

  • Type: string
Defined in: binding.d.cts:149

Inherited from

OriginalMinifyResult.code


errors

  • Type: OxcError[]
Defined in: binding.d.cts:151

Inherited from

OriginalMinifyResult.errors


map?

  • Type: SourceMap
  • Optional
Defined in: binding.d.cts:150

Inherited from

OriginalMinifyResult.map