Skip to content

chore: support separate TypeScript and Rust builds#1294

Merged
sebastijankuzner merged 16 commits into
developfrom
chore/split-ts-rs-build
May 11, 2026
Merged

chore: support separate TypeScript and Rust builds#1294
sebastijankuzner merged 16 commits into
developfrom
chore/split-ts-rs-build

Conversation

@sebastijankuzner
Copy link
Copy Markdown
Contributor

@sebastijankuzner sebastijankuzner commented May 8, 2026

Summary

Optimize build by only building rust or typescript rebuild once and separately.

Support local build tokens to trigger rebuild. Updating a rs or ts token will trigger full rebuild for each section. Tokens are stored in:

  • ./build-rs
  • ./build-ts

Useful commands:

  • pnpm run ignore:token - add token paths to local .git file to ignore them
  • pnpm run build - build rs and ts
  • pnpm run build:token:ts - update ts token to invalidate cache and trigger full rebuild next time
  • pnpm run build:token:rs - update rs token to invalidate cache and trigger full rebuild next time

Checklist

  • Ready to be merged

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.97%. Comparing base (d522424) to head (96139d6).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1294      +/-   ##
===========================================
+ Coverage    56.69%   56.97%   +0.27%     
===========================================
  Files         1122     1125       +3     
  Lines        64655    65085     +430     
  Branches      1776     1853      +77     
===========================================
+ Hits         36659    37083     +424     
- Misses       27766    27770       +4     
- Partials       230      232       +2     
Flag Coverage Δ
contracts 98.60% <ø> (?)
packages 56.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@sebastijankuzner sebastijankuzner force-pushed the chore/split-ts-rs-build branch from 1c65450 to cbb6daf Compare May 8, 2026 12:29
@sebastijankuzner sebastijankuzner merged commit 2425d1f into develop May 11, 2026
23 checks passed
@sebastijankuzner sebastijankuzner deleted the chore/split-ts-rs-build branch May 11, 2026 08:39
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.

2 participants