Skip to content

enhance: パッケージのビルド・Watchをtsdownに統一#17326

Draft
kakkokari-gtyih wants to merge 18 commits into
misskey-dev:developfrom
kakkokari-gtyih:enh-pkg-builds
Draft

enhance: パッケージのビルド・Watchをtsdownに統一#17326
kakkokari-gtyih wants to merge 18 commits into
misskey-dev:developfrom
kakkokari-gtyih:enh-pkg-builds

Conversation

@kakkokari-gtyih
Copy link
Copy Markdown
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Apr 20, 2026

What

wip

Why

  • 自前でwatch処理を書いているが、これをrolldown側でハンドリングしてくれるようになるため効率的+コードベースがすっきりする
  • 自前でTypescript Declaration Fileのビルド処理を書いているが、これをtsdown側でハンドリングしてくれるようになるため効率的+コードベースがすっきりする
  • frontend-sharedは現状frontendとfrontend-embedから直接見ているのでビルドの必要が無い

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 20, 2026

Backend memory usage comparison

Before GC

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 306.00 MB 308.51 MB +2.50 MB +0.81%
VmHWM 306.00 MB 308.51 MB +2.50 MB +0.81%
VmSize 23102.02 MB 23104.96 MB +2.94 MB +0.01%
VmData 1368.09 MB 1370.88 MB +2.78 MB +0.20%

After GC

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 306.03 MB 308.51 MB +2.48 MB +0.81%
VmHWM 306.03 MB 308.51 MB +2.48 MB +0.81%
VmSize 23102.02 MB 23104.96 MB +2.94 MB +0.01%
VmData 1368.09 MB 1370.88 MB +2.78 MB +0.20%

After Request

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 306.26 MB 308.79 MB +2.52 MB +0.82%
VmHWM 306.26 MB 308.82 MB +2.55 MB +0.83%
VmSize 23102.02 MB 23104.96 MB +2.94 MB +0.01%
VmData 1368.01 MB 1370.88 MB +2.86 MB +0.20%

See workflow logs for details

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.91%. Comparing base (985de91) to head (e40d7a2).

Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #17326       +/-   ##
============================================
+ Coverage    24.85%   85.91%   +61.06%     
============================================
  Files         1150        2     -1148     
  Lines        38847      213    -38634     
  Branches     10785       38    -10747     
============================================
- Hits          9654      183     -9471     
+ Misses       23424       29    -23395     
+ Partials      5769        1     -5768     

☔ 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

Projects

Development

Successfully merging this pull request may close these issues.

1 participant