Interface: RenderedChunk
Defined in: types/rolldown-output.ts:47
The information about the chunk being rendered.
Unlike OutputChunk, code and map are not set as the chunk has not been rendered yet. All referenced chunk file names in each property that would contain hashes will contain hash placeholders instead.
Extends
Omit<BindingRenderedChunk,"modules">
Properties
dynamicImports
- Type: dynamicImports:
string[]
Defined in: types/rolldown-output.ts:60
Overrides
Omit.dynamicImports
exports
- Type: exports:
string[]
Defined in: types/rolldown-output.ts:57
Overrides
Omit.exports
facadeModuleId
- Type: facadeModuleId:
string|null
Defined in: types/rolldown-output.ts:55
Overrides
Omit.facadeModuleId
fileName
- Type: fileName:
string
Defined in: types/rolldown-output.ts:58
Overrides
Omit.fileName
imports
- Type: imports:
string[]
Defined in: types/rolldown-output.ts:59
Overrides
Omit.imports
isDynamicEntry
- Type: isDynamicEntry:
boolean
Defined in: types/rolldown-output.ts:54
Overrides
Omit.isDynamicEntry
isEntry
- Type: isEntry:
boolean
Defined in: types/rolldown-output.ts:53
Overrides
Omit.isEntry
moduleIds
- Type: moduleIds:
string[]
Defined in: types/rolldown-output.ts:56
Overrides
Omit.moduleIds
modules
- Type: modules:
object
Defined in: types/rolldown-output.ts:49
Index Signature
[id: string]: RenderedModule
name
- Type: name:
string
Defined in: types/rolldown-output.ts:52
Overrides
Omit.name
type
- Type: type:
"chunk"
Defined in: types/rolldown-output.ts:48