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:227
Inherited from
OriginalMinifyResult.code
errors
- Type:
OxcError[]
Defined in: packages/rolldown/src/binding.d.cts:229
Inherited from
OriginalMinifyResult.errors
legalComments
- Type:
string[]
Defined in: packages/rolldown/src/binding.d.cts:234
Legal comments extracted from the source code. Only populated when codegen.legalComments is "linked" or "external".
Inherited from
OriginalMinifyResult.legalComments
mangleCache?
- Type:
Record<string,string|false> - Optional
Defined in: packages/rolldown/src/binding.d.cts:239
Updated property-name cache sorted by original name. Present when mangleProps ran on a parse without errors.
Inherited from
OriginalMinifyResult.mangleCache
map?
- Type:
SourceMap - Optional
Defined in: packages/rolldown/src/binding.d.cts:228
Inherited from
OriginalMinifyResult.map