Interface: OutputChunk
Defined in: types/rolldown-output.ts:64
Extends
ExternalMemoryHandle
Properties
code
- Type: code:
string
Defined in: types/rolldown-output.ts:66
dynamicImports
- Type: dynamicImports:
string[]
Defined in: types/rolldown-output.ts:75
exports
- Type: exports:
string[]
Defined in: types/rolldown-output.ts:69
facadeModuleId
- Type: facadeModuleId:
string|null
Defined in: types/rolldown-output.ts:76
fileName
- Type: fileName:
string
Defined in: types/rolldown-output.ts:70
imports
- Type: imports:
string[]
Defined in: types/rolldown-output.ts:74
isDynamicEntry
- Type: isDynamicEntry:
boolean
Defined in: types/rolldown-output.ts:77
isEntry
- Type: isEntry:
boolean
Defined in: types/rolldown-output.ts:68
map
- Type: map:
SourceMap|null
Defined in: types/rolldown-output.ts:79
moduleIds
- Type: moduleIds:
string[]
Defined in: types/rolldown-output.ts:78
modules
- Type: modules:
object
Defined in: types/rolldown-output.ts:71
Index Signature
[id: string]: RenderedModule
name
- Type: name:
string
Defined in: types/rolldown-output.ts:67
preliminaryFileName
- Type: preliminaryFileName:
string
Defined in: types/rolldown-output.ts:81
sourcemapFileName
- Type: sourcemapFileName:
string|null
Defined in: types/rolldown-output.ts:80
type
- Type: type:
"chunk"
Defined in: types/rolldown-output.ts:65