-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
fix: removing TypeScript exported base model #557
fix: removing TypeScript exported base model #557
Conversation
Pull Request Test Coverage Report for Build 1654555782
💛 - 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.
LGTM
/rtm |
Kudos, SonarCloud Quality Gate passed!
|
Hmm, funny... So for the BlackBox tests when we render the type as: interface Response {}
For now, I am gonna disable the tests, and re-enable them in #536 |
/rtm |
🎉 This PR is included in version 0.40.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-next.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
The TypeScript renderers do more than provide the base data model, it also exports them and targets ESM module systems. This is a problem because the assumption is that the render renders a base data model that can be built upon after the rendering.
This PR removes that export functionality.
Related issue(s)
Related to #536