-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat: render patternProperties for TS class and interface #270
feat: render patternProperties for TS class and interface #270
Conversation
Pull Request Test Coverage Report for Build 974006892
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing, but overall LGTM. We must remember about proper serialization for pattern properties and additional properties in #262 issue. At the moment we save mentioned keywords to collection but in JSON everything is flattened.
Yep, that's right. Gonna add it to the description once this is merged. |
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! :)
🎉 This PR is included in version 0.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR renders a pattern properties property for both class and interface presets.
Related issue(s)
Partly solves #154