Interface: MinifyResult
Defined in: packages/rolldown/src/utils/minify.ts:25
The result of minification.
Extends
MinifyResult
Properties
code
- Type:
string
Defined in: packages/rolldown/src/binding.d.cts:189
Inherited from
OriginalMinifyResult.code
errors
- Type:
OxcError[]
Defined in: packages/rolldown/src/binding.d.cts:191
Inherited from
OriginalMinifyResult.errors
legalComments
- Type:
string[]
Defined in: packages/rolldown/src/binding.d.cts:196
Legal comments extracted from the source code. Only populated when codegen.legalComments is "linked" or "external".
Inherited from
OriginalMinifyResult.legalComments
map?
- Type:
SourceMap - Optional
Defined in: packages/rolldown/src/binding.d.cts:190
Inherited from
OriginalMinifyResult.map