-
Notifications
You must be signed in to change notification settings - Fork 12.9k
fix(38463): No indexed access completions after Record<...> #38481
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
Conversation
@typescript-bot pack this |
Does this also fix #38667? |
Heya @DanielRosenwasser, I've started to run the tarball bundle task on this PR at 453b1dd. You can monitor the build here. |
Hey @DanielRosenwasser, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build. |
It seems, yes. The problem is filtering private identifiers because to check if a property is a private identifier, completions use |
I think
Would be super grateful if you could add it as a test. 🙂 |
Fixes #38463