Interface: RenderedChunk
Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:157
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
dynamicImports: string[];Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:180
External modules imported dynamically by this chunk.
Overrides
Omit.dynamicImportsexports
exports: string[];Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:174
Exported variable names from this chunk.
Overrides
Omit.exportsfacadeModuleId
facadeModuleId: string | nullDefined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:170
The id of a module that this chunk corresponds to.
Overrides
Omit.facadeModuleIdfileName
fileName: stringDefined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:176
The preliminary file name of this chunk with hash placeholders.
Overrides
Omit.fileNameimports
imports: string[];Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:178
External modules imported statically by this chunk.
Overrides
Omit.importsisDynamicEntry
isDynamicEntry: booleanDefined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:168
Whether this chunk is a dynamic entry point.
Overrides
Omit.isDynamicEntryisEntry
isEntry: booleanDefined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:166
Whether this chunk is a static entry point.
Overrides
Omit.isEntrymoduleIds
moduleIds: string[];Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:172
The list of ids of modules included in this chunk.
Overrides
Omit.moduleIdsmodules
modules: objectDefined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:160
Information about the modules included in this chunk.
Index Signature
[id: string]: RenderedModulename
name: stringDefined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:164
The name of this chunk, which is used in naming patterns.
Overrides
Omit.nametype
type: 'chunk'Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:158
viteMetadata?
optional viteMetadata: ChunkMetadata;Defined in: node_modules/.pnpm/vite@8.0.0-beta.10_@types+node@25.0.10_jiti@2.6.1_yaml@2.8.2/node_modules/vite/types/metadata.d.ts:29