Merge Fixes from Individual Branches #4481
Closed
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.
Pull Request: Merge Fixes from Individual Branches
Summary
This pull request merges the changes from the individual branches
devin/fix-issues/127811/2
anddevin/fix-issues/127811/3
into a single branchdevin/fix-issues/127811/merge
. The changes include converting*
exports to named exports in theindex.ts
files of thepackages/build-utils
andpackages/chain-controller
directories, and adding corresponding tests.Changes
devin/fix-issues/127811/2
intodevin/fix-issues/127811/merge
.devin/fix-issues/127811/3
intodevin/fix-issues/127811/merge
.*
exports to named exports inpackages/build-utils/src/index.ts
.*
exports to named exports inpackages/chain-controller/src/index.ts
.packages/build-utils/src/index.test.ts
.packages/chain-controller/src/index.test.ts
.Testing
index.ts
files without any errors.yarn test --updateSnapshot
to update and verify the test snapshots.Link to Devin run
Devin run link
Please review the changes and provide feedback.
This Devin run was requested by Devin.