| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: mrazauskas <tom@mrazauskas.de>
There was a problem hiding this comment.
Adds the missing TupleTypeReference API for tuple references and their tuple-shaped targets.
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.
Sorry, something went wrong.
Signed-off-by: mrazauskas <tom@mrazauskas.de>
| Back | FazBrowse Home | New Git URL |
Fixes #64065
Related microsoft/typescript-go#4870
This PR adds the missing TupleTypeReference interface.