Skip to content

[api] Add TupleTypeReference interface - #64066

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

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

Conversation

@mrazauskas

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

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.

Comment thread packages/typescript/src/api/async/types.ts
Comment thread packages/typescript/src/api/sync/types.ts
Signed-off-by: mrazauskas <tom@mrazauskas.de>
Signed-off-by: mrazauskas <tom@mrazauskas.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

Add TupleTypeReference interface to the API

2 participants