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:178
Inherited from
OriginalMinifyResult.code
errors
- Type:
OxcError[]
Defined in: packages/rolldown/src/binding.d.cts:180
Inherited from
OriginalMinifyResult.errors
legalComments
- Type:
string[]
Defined in: packages/rolldown/src/binding.d.cts:185
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:179
Inherited from
OriginalMinifyResult.map
