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

Possible bug regarding the use of IndexExpression vs. MemberAccessExpression #178

Open
axefrog opened this issue Jan 31, 2022 · 0 comments

Comments

@axefrog
Copy link

axefrog commented Jan 31, 2022

I just noticed that IndexExpression and MemberAccessExpression seem to be used inversely to what their names semantically suggest that they represent.

a.b; // produces IndexExpression
a[0]; // produces MemberAccessExpression

https://kataw.github.io/kataw/kataw_ast/?code=a.b%3B%0Aa%5B0%5D%3B&method=parse&range=undefined&loc=false&next=false&cst=false&module=false&raw=undefined&jsx=undefined&directives=undefined&attachComment=undefined&webCompat=undefined&lexical=undefined

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

No branches or pull requests

1 participant