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
inline
flatten
Currently, inlining fails to take the used generic type argument into account:
struct X<T> { t: T } struct Y { #[ts(inline)] x1: X<i32>, #[ts(flatten)] x2: X<i32> }
The text was updated successfully, but these errors were encountered:
Any updates?
Sorry, something went wrong.
remove TODO about #56 - already fixed
0a68cef
remove "limitations" section from readme - both #56 and #70 are fixed
2b5b9a9
Successfully merging a pull request may close this issue.
Currently, inlining fails to take the used generic type argument into account:
The text was updated successfully, but these errors were encountered: