Interface: EmittedPrebuiltChunk
Defined in: plugin/plugin-context.ts:105
Properties
code
- Type:
string
Defined in: plugin/plugin-context.ts:115
The code of this chunk.
exports?
- Type:
string[] - Optional
Defined in: plugin/plugin-context.ts:121
The list of exported variable names from this chunk.
This should be provided if the chunk exports any variables.
facadeModuleId?
- Type:
string - Optional
Defined in: plugin/plugin-context.ts:130
The module id of the facade module for this chunk, if any.
fileName
- Type:
string
Defined in: plugin/plugin-context.ts:107
isDynamicEntry?
- Type:
boolean - Optional
Defined in: plugin/plugin-context.ts:138
Whether this chunk corresponds to a dynamic entry point.
isEntry?
- Type:
boolean - Optional
Defined in: plugin/plugin-context.ts:134
Whether this chunk corresponds to an entry point.
map?
- Type:
SourceMap - Optional
Defined in: plugin/plugin-context.ts:125
The corresponding source map for this chunk.
name?
- Type:
string - Optional
Defined in: plugin/plugin-context.ts:111
A semantic name for the chunk. If not provided, fileName will be used.
sourcemapFileName?
- Type:
string - Optional
Defined in: plugin/plugin-context.ts:126
type
- Type:
"prebuilt-chunk"
Defined in: plugin/plugin-context.ts:106