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

Support optional chaining #83

Closed
dprentis opened this issue May 5, 2022 · 1 comment
Closed

Support optional chaining #83

dprentis opened this issue May 5, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dprentis
Copy link

dprentis commented May 5, 2022

Great work!

Was wondering if it would be problematic to add support for optional chaining, which is available in acorn 7.3.0 and newer (acornjs/acorn#1010). I was able to use the acorn parser version 8.7.1, but sval doesn't accept the chaining operator in the generated AST.

@Siubaak Siubaak added enhancement New feature or request good first issue Good for newcomers labels May 7, 2022
Siubaak added a commit that referenced this issue Jan 29, 2024
@Siubaak
Copy link
Owner

Siubaak commented Jan 29, 2024

0.5.0 released and support optional chaining and nullish coalescing.

@Siubaak Siubaak closed this as completed Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants