-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(module-tools): output can rewrite in watch mode #4771
Conversation
🦋 Changeset detectedLatest commit: 108fe64 The changes in this PR will be included in the next version bump. This PR includes changesets to release 257 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4771 +/- ##
==========================================
- Coverage 57.59% 51.18% -6.41%
==========================================
Files 672 680 +8
Lines 17794 18961 +1167
Branches 3876 4376 +500
==========================================
- Hits 10249 9706 -543
- Misses 6934 8526 +1592
- Partials 611 729 +118 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 23d3bb2
This pull request fixes a bug in the
@modern-js/module-tools
package that prevented the output files from updating in watch mode. It adds a changeset file to document the fix and updates thewriteFile
function in theesbuild
builder module.Details
🤖 Generated by Copilot at 23d3bb2
@modern-js/module-tools
(link)writeFile
function of theesbuild
builder module (link)Related Issue
Checklist
pnpm run change
.