Skip to content

Add TypeForm support #40

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add TypeForm support #40

wants to merge 1 commit into from

Conversation

HexDecimal
Copy link
Owner

@HexDecimal HexDecimal commented Apr 9, 2025

Converts containers to use TypeForm instead of Type. This allows for type expressions to be used as component types.

Currently waiting on Mypy to officially support TypeForm.

Closes #36

Converts containers to use TypeForm instead of Type.
This allows for type expressions to be used as component types.
Copy link

codecov bot commented Apr 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.14%. Comparing base (d48de23) to head (7bf19c2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   99.14%   99.14%           
=======================================
  Files           9        9           
  Lines         936      936           
=======================================
  Hits          928      928           
  Misses          8        8           

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

@HexDecimal HexDecimal self-assigned this Apr 9, 2025
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.

Switch component types to use TypeExpr
1 participant