-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
Description
Reproduction link or steps
The type in rolldown is format?: ModuleFormat.
| export interface NormalizedOutputOptions extends OutputOptions {} |
rolldown/packages/rolldown/src/rollup.d.ts
Line 805 in f6ac721
| format?: ModuleFormat |
The type in rollup is format: InternalModuleFormat
https://github.com/rollup/rollup/blob/dd623b56e340e51ebb09d5d1a3a9323f5f50fb3a/src/rollup/types.d.ts#L811
The types of NormalizedOutputOptions is used in renderChunk hook.
What is expected?
The type is compatible.
What is actually happening?
The type is not compatible.
System Info
N/AAny additional comments?
related #2848
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet