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

chore(async): mark Tuple and TupleOf as @internal #5042

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jun 14, 2024

towards #5001

This PR marks Tuple and TupleOf types as @internal (We would remove them if TypeScript natively support something similar).

These 2 types are too general to be exported as part of @std/async. We shouldn't consider these as public APIs.

@github-actions github-actions bot added the async label Jun 14, 2024
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.17%. Comparing base (22b4d03) to head (b424d84).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5042   +/-   ##
=======================================
  Coverage   92.17%   92.17%           
=======================================
  Files         487      487           
  Lines       38796    38797    +1     
  Branches     5433     5433           
=======================================
+ Hits        35760    35761    +1     
  Misses       2981     2981           
  Partials       55       55           

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

@kt3k kt3k merged commit b3be4c9 into denoland:main Jun 14, 2024
12 checks passed
@kt3k kt3k deleted the tuple-is-internal branch June 14, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants