Interface: RenderedModule
Defined in: types/rolldown-output.ts:40
Properties
code
- Type:
string|null
Defined in: types/rolldown-output.ts:46
The rendered code of this module.
The unused variables and functions are removed.
renderedExports
- Type:
string[]
Defined in: types/rolldown-output.ts:56
The list of exported names from this module.
The names that are not used are not included.
renderedLength
- Type:
number
Defined in: types/rolldown-output.ts:50
The length of the rendered code of this module.
