Make Bun workflows idiomatic for Mill and Scala.js - #13
Draft
arcaputo3 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bunDoctortaskWhy
The plugin was useful but still required application-specific glue around Bun installation, Scala.js linking, web asset assembly, workspaces, and reproducible installs. This change turns those recurring patterns into supported Mill modules and canonical tasks so Scala.js and TypeScript projects can use Bun with less custom build code.
Developer impact
This is the planned 0.3 API surface. Existing aliases remain deprecated for migration, while projects should move to the canonical task names and declare
scalaJSVersionexplicitly. Lockfiles are required by default, and dependency fields are now generated from typed inputs rather than overridden through package-json extras. Seedocs/MIGRATING-0.3.mdfor the complete migration path.Validation
./mill --no-server millbun.compile./mill --no-server millbun.test.testForked— 51 tests passed./mill --no-server millbun.integration— 35 integration scenarios passedenv MILL_BUN_USE_SYSTEM=false ./mill --no-server millbun.integration.testOnly mill.bun.BunManagedToolchainIntegrationTests— managed download smoke test passedgit diff --cached --checkpassed before commit