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

refactor: add optional chain expressions #812

Merged
merged 2 commits into from
Oct 7, 2023
Merged

refactor: add optional chain expressions #812

merged 2 commits into from
Oct 7, 2023

Conversation

parasss19
Copy link
Contributor

@parasss19 parasss19 commented Oct 5, 2023

Description

Changes proposed in this pull request:

  • Added optional chain expressions

Related issue(s)

resolves #782

@parasss19
Copy link
Contributor Author

@derberg Please reivew it

@derberg derberg changed the title refactor: added optional chain expressions refactor: add optional chain expressions Oct 7, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@derberg
Copy link
Member

derberg commented Oct 7, 2023

/rtm

@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prefer using an optional chain expression instead, as it's more concise and easier to read.
3 participants