Skip to content
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

fix(type-compiler): arrow function receive type #521

Merged

Conversation

marcus-sa
Copy link
Contributor

Summary of changes

Fixes #454

Relinquishment of Rights

Please mark following checkbox to confirm that you relinquish all rights of your changes:

  • I waive and relinquish all rights regarding this changes (including code, text, and images) to Deepkit UG (limited), Germany. This changes (including code, text, and images) are under MIT license without name attribution, copyright notice, and permission notice requirement.

@marcus-sa marcus-sa force-pushed the fix/type-compiler-arrow-function-receive-type branch from c18d2c4 to 28c66a5 Compare December 12, 2023 14:58
@marcus-sa marcus-sa force-pushed the fix/type-compiler-arrow-function-receive-type branch from 8d1d88c to d808a56 Compare December 15, 2023 12:21
@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (29a1a17) 77.77% compared to head (bd8b0f3) 77.77%.

❗ Current head bd8b0f3 differs from pull request most recent head d808a56. Consider uploading reports for the commit d808a56 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #521   +/-   ##
=======================================
  Coverage   77.77%   77.77%           
=======================================
  Files         188      188           
  Lines       20091    20091           
  Branches     5202     5202           
=======================================
  Hits        15625    15625           
  Misses       4466     4466           

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

@marcj marcj merged commit 6bfb246 into deepkit:master Jan 8, 2024
5 checks passed
@marcj
Copy link
Member

marcj commented Jan 8, 2024

Thanks!

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.

Resolve receive type doesn't work with arrow functions
3 participants