FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[api] Add `TupleTypeReference` interface by mrazauskas · Pull Request #64066 · microsoft/TypeScript · GitHub

[api] Add TupleTypeReference interface - #64066

Closed
Tom Mrazauskas (mrazauskas) wants to merge 3 commits into
microsoft:mainfrom
mrazauskas:add-TupleTypeReference
Closed

[api] Add TupleTypeReference interface#64066
Tom Mrazauskas (mrazauskas) wants to merge 3 commits into
microsoft:mainfrom
mrazauskas:add-TupleTypeReference

Conversation

Copy link
Copy Markdown
Contributor

Fixes #64065
Related microsoft/typescript-go#4870

This PR adds the missing TupleTypeReference interface.

Signed-off-by: mrazauskas <tom@mrazauskas.de>
Copilot AI balanced review requested due to automatic review settings August 28, 2026 06:50
github-project-automation Bot moved this to Not started in PR Backlog Aug 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

Adds the missing TupleTypeReference API for tuple references and their tuple-shaped targets.

Changes:

  • Defines sync and async TupleTypeReference interfaces.
  • Re-exports the interfaces from both API entry points.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
packages/typescript/src/api/sync/types.ts Defines the synchronous interface.
packages/typescript/src/api/sync/api.ts Exports the synchronous type.
packages/typescript/src/api/async/types.ts Defines the asynchronous interface.
packages/typescript/src/api/async/api.ts Exports the asynchronous type.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Signed-off-by: mrazauskas <tom@mrazauskas.de>
Signed-off-by: mrazauskas <tom@mrazauskas.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add TupleTypeReference interface to the API

2 participants


Back | FazBrowse Home | New Git URL