-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bugfix/long lists #36
Conversation
xlr/converters/src/ts-to-xlr.ts
Outdated
@@ -469,7 +469,7 @@ export class TsConverter { | |||
const syntheticType = this.context.typeChecker.typeToTypeNode( | |||
effectiveType, | |||
node, | |||
undefined | |||
1 |
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.
Can we use the enum here?
NodeBuilderFlags.NoTruncation
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.
Ah, good call.
Codecov ReportBase: 53.85% // Head: 53.33% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
==========================================
- Coverage 53.85% 53.33% -0.53%
==========================================
Files 53 56 +3
Lines 2954 2996 +42
Branches 876 890 +14
==========================================
+ Hits 1591 1598 +7
- Misses 1093 1124 +31
- Partials 270 274 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Closes #35
Release Notes
Fixes issues when long constant lists were indexed to create a union.
Version
Published prerelease version:
0.3.1-next.0
Changelog
Release Notes
Bugfix/long lists (#36)
Fixes issues when long constant lists were indexed to create a union.
🐛 Bug Fix
Authors: 1