Skip to content

Make sure the buuild command makes the lib directory even if there are no imports #1321

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Jul 30, 2025

This PR makes sure a component's lib directory is created so its main control file can be written, even if there are no other imports. This file contains the version check, and so it is useful to build even when there are no imports, or if all the imports are to other library files.

…e no imports (so the file containing the version check can still be made)
@dpvc dpvc requested a review from zorkow July 30, 2025 17:38
@dpvc dpvc added this to the v4.0 milestone Jul 30, 2025
Copy link

codecov bot commented Jul 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.71%. Comparing base (e68c42f) to head (47c35fd).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1321   +/-   ##
========================================
  Coverage    86.71%   86.71%           
========================================
  Files          337      337           
  Lines        84074    84074           
  Branches      4758     4758           
========================================
  Hits         72904    72904           
+ Misses       11170    11147   -23     
- Partials         0       23   +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant