Skip to content

Modernize TypeAlias specification#390

Merged
mr-c merged 1 commit into
mainfrom
modernize-type-aliases
Dec 11, 2025
Merged

Modernize TypeAlias specification#390
mr-c merged 1 commit into
mainfrom
modernize-type-aliases

Conversation

@GlassOfWhiskey
Copy link
Copy Markdown
Collaborator

This commit transforms the old-style Union types into modern union type aliases and explicitly specifies the TypeAliasType for type declarations.

@GlassOfWhiskey GlassOfWhiskey requested a review from mr-c December 11, 2025 21:25
@GlassOfWhiskey GlassOfWhiskey force-pushed the modernize-type-aliases branch 2 times, most recently from d2fd089 to 214ab20 Compare December 11, 2025 21:29
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.64%. Comparing base (bfb9b27) to head (7e8814e).
⚠️ Report is 19 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #390   +/-   ##
=======================================
  Coverage   34.64%   34.64%           
=======================================
  Files          30       30           
  Lines       35400    35400           
  Branches     9538     9538           
=======================================
  Hits        12263    12263           
  Misses      20257    20257           
  Partials     2880     2880           

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

This commit transforms the old-style `Union` types into modern union
type aliases and explicitly specifies the `TypeAliasType` for type
declarations.
@GlassOfWhiskey GlassOfWhiskey requested a review from mr-c December 11, 2025 22:30
@mr-c mr-c merged commit 09eae9f into main Dec 11, 2025
29 checks passed
@mr-c mr-c deleted the modernize-type-aliases branch December 11, 2025 23:08
@mr-c
Copy link
Copy Markdown
Member

mr-c commented Dec 11, 2025

Thank you!

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