-
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
refactor(module-tools): merge libuild to module tools and redesign the hooks #4651
Conversation
🦋 Changeset detectedLatest commit: 9f161c9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 259 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 ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4651 +/- ##
==========================================
- Coverage 57.59% 50.85% -6.74%
==========================================
Files 672 690 +18
Lines 17794 19208 +1414
Branches 3876 4443 +567
==========================================
- Hits 10249 9769 -480
- Misses 6934 8690 +1756
- Partials 611 749 +138 ☔ View full report in Codecov by Sentry. |
07744f9
to
2f46f15
Compare
2f46f15
to
ca88256
Compare
d9e5598
to
7138e32
Compare
Summary
🤖 Generated by Copilot at c0fdf5e
This pull request updates the documentation and the dependencies for the
modern.js
project. It removes some outdated or unnecessary code, fixes some errors and typos, and adds a new option for the build config API. It also adds the@modern-js/utils
package as a dependency to all the generator packages, which provides some common utility functions for the generator templates.Details
🤖 Generated by Copilot at c0fdf5e
tsconfig
option to specify the path to the tsconfig file for the build config and the dts generation (link, link)transformLodash
option to clarify that it is enabled by default and done by Module Tools (link, link)@modern-js/utils
package as a dependency to various generator packages to provide utility functions for the generator templates (link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link)Related Issue
Checklist
pnpm run change
.