We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to refactor the dummy extension removal because the double assignment is hard to read and understand at a glance.
r.item.extension = r.item.modifierExtension = undefined
The text was updated successfully, but these errors were encountered:
chore: improve function clarity (#66)
58c54ff
Ticket 🎫 This closes #65. Description 📖 This simply removes the double assignment syntax, but does not change any functionality.
chore(release): v4.0.1
5a86f87
### 🧹 Chore * extract changelog config to .github repo ([e80d59c](e80d59c)) * extract pre-release to new action ([f46105d](f46105d)) * improve function clarity ([#66](#66)) ([58c54ff](58c54ff)), closes [#65](#65)
Successfully merging a pull request may close this issue.
🧽 Maintenance Description
We want to refactor the dummy extension removal because the double assignment is hard to read and understand at a glance.
✔ Acceptance Criteria
The text was updated successfully, but these errors were encountered: