Skip to content

Comments

feat(cli): support array output#3217

Merged
underfin merged 3 commits intomainfrom
feat-multpliy-output
Dec 25, 2024
Merged

feat(cli): support array output#3217
underfin merged 3 commits intomainfrom
feat-multpliy-output

Conversation

@underfin
Copy link
Contributor

@underfin underfin commented Dec 25, 2024

Description

close #3200.

The previous implement is incorrect for array option. Here is summary for watch-cli and build-cli at now.

build-cli

  • normalized option to flat it
  • run each build at sequential
  • print log

watch-cli

The WatchOptions also need to support array output if we support it at RolldownOptions, it is corresponding at rollup.

  • normalized option to flat it
  • create bundlers
  • start notify watcher
  • run each build(watching files) + print log
  • waiting changes

@netlify
Copy link

netlify bot commented Dec 25, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit bc66fdb
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/676b84d308c0d70008205acf

@underfin underfin enabled auto-merge December 25, 2024 04:21
@underfin underfin added this pull request to the merge queue Dec 25, 2024
Merged via the queue into main with commit 4151674 Dec 25, 2024
19 checks passed
@underfin underfin deleted the feat-multpliy-output branch December 25, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: output array support

2 participants