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

feat: support indexed access type #18

Merged

Conversation

manuel3108
Copy link
Member

Relevant for sveltejs/cli#380

Support's stuff like this:

type B = A['b'];
const c: A['b'] = 1;

@Rich-Harris Rich-Harris merged commit 5269314 into sveltejs:main Jan 9, 2025
6 checks passed
@Rich-Harris
Copy link
Member

thanks! released 1.3.3

@manuel3108 manuel3108 deleted the feat/support-indexed-access-type branch January 9, 2025 16:44
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.

2 participants