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

fix indexed access type to return TypeTree #165

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

OlegDokuka
Copy link
Member

No description provided.

@OlegDokuka OlegDokuka added bug Something isn't working parser-javascript labels Dec 2, 2024
@OlegDokuka OlegDokuka merged commit e29599b into main Dec 2, 2024
2 checks passed
@OlegDokuka OlegDokuka deleted the main-indexed-access-fix branch December 2, 2024 14:24
Markers markers;

/**
* (prefix)objectType(rightPaddedSuffix)[(prefix)indexType(suffix)](rightPaddedSuffix)
Copy link
Contributor

Choose a reason for hiding this comment

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

@OlegDokuka This is the case we discussed yesterday. I am not quite sure what the (suffix) is, but assuming it would be the JRightPadded#after of the indexType I think that would be correct. Now the only thing I see missing here then is the JRightPadded to wrap the objectType property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser-javascript
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants