跳到正文

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

ts
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

ts
Omit.dynamicImports

exports

ts
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

ts
Omit.exports

facadeModuleId

ts
facadeModuleId: string | null

Defined 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

ts
Omit.facadeModuleId

fileName

ts
fileName: string

Defined 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

ts
Omit.fileName

imports

ts
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

ts
Omit.imports

isDynamicEntry

ts
isDynamicEntry: boolean

Defined 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

ts
Omit.isDynamicEntry

isEntry

ts
isEntry: boolean

Defined 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

ts
Omit.isEntry

moduleIds

ts
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

ts
Omit.moduleIds

modules

ts
modules: object

Defined 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

ts
[id: string]: RenderedModule

name

ts
name: string

Defined 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

ts
Omit.name

type

ts
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?

ts
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

Released under the MIT License.