-
Notifications
You must be signed in to change notification settings - Fork 700
Closed
Description
Maybe we should make an issue to track these two FIXME comments.
Originally posted by @sapphi-red in #7487 (comment)
rolldown/packages/rolldown/src/utils/bindingify-output-options.ts
Lines 63 to 66 in 27d96ac
| banner: bindingifyAddon(banner), | |
| footer: bindingifyAddon(footer), | |
| intro: bindingifyAddon(intro), | |
| outro: bindingifyAddon(outro), |
rolldown/packages/rolldown/src/utils/bindingify-output-options.ts
Lines 98 to 106 in 27d96ac
| function bindingifyAddon( | |
| configAddon: OutputOptions[AddonKeys], | |
| ): BindingOutputOptions[AddonKeys] { | |
| return async (chunk) => { | |
| if (typeof configAddon === 'function') { | |
| return configAddon(transformRenderedChunk(chunk)); | |
| } | |
| return configAddon || ''; | |
| }; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels