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

added support for optional chaining and optional calls #13

Merged

Conversation

Fee0
Copy link
Contributor

@Fee0 Fee0 commented Mar 28, 2024

No description provided.

Copy link
Collaborator

@FreeMasen FreeMasen left a comment

Choose a reason for hiding this comment

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

nice! Thank you for taking a stab at this!

This looks mostly good to me, though I believe we will need to make similar changes in the non-spanned module and update the impl From<spanned::Expr> for crate::Expr to account for the new entries

@Fee0
Copy link
Contributor Author

Fee0 commented Mar 29, 2024

oh true, I didn't considered the non-spanned module. You want to keep the non spanned stuff to have an option to be more performant I imagine?

@Fee0
Copy link
Contributor Author

Fee0 commented Apr 10, 2024

added the optional chaining to the non-spanned module. Also fixed/improved tests for RESSA.
Is something missing now?

@FreeMasen FreeMasen merged commit e5cd232 into rusty-ecma:feat/optional-chaining Apr 27, 2024
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.

3 participants