Interface: EmittedPrebuiltChunk
Defined in: plugin/plugin-context.ts:105
Properties
code
- Type:
string
Defined in: plugin/plugin-context.ts:111
The code of this chunk.
exports?
- Type:
string[] - Optional
Defined in: plugin/plugin-context.ts:117
The list of exported variable names from this chunk.
This should be provided if the chunk exports any variables.
fileName
- Type:
string
Defined in: plugin/plugin-context.ts:107
map?
- Type:
SourceMap - Optional
Defined in: plugin/plugin-context.ts:121
The corresponding source map for this chunk.
sourcemapFileName?
- Type:
string - Optional
Defined in: plugin/plugin-context.ts:122
type
- Type:
"prebuilt-chunk"
Defined in: plugin/plugin-context.ts:106