-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Define plain declaration file without including any other types #338
Comments
@timocov , any time to take a look on this by any chance? 🙏 Edit: I went back to check the file config that I previously did not notice and I found
Which is decent progress, but still not it.
Btw. Don't look directly at the Also, when an
|
So you want to "compute" types (not what they reference but actual type at the complication time)?
Adding
Please file another issue and provide a repro there so I can take a look. |
If I understand you correctly, then yes, exactly 😄 . I'd like to have a clean file generated with just the compiled types of
Adding
Sure, here it is #340 Big thanks @timocov btw 🙇 Really appreciate it. |
Hello 👋
I'm wondering if I could achieve a generated declaration file containing only the complied types of the exported types using this package.
For example I have the following as input:
And would like to achieve the following output (more or less):
But instead get the following (as an example):
Currently I've coded my own simple implementation to achieve the desired output, but I'm wondering if this package could do exactly that, so that I wouldn't have to maintain the approach I've coded as it lacks some features.
Cheers 🎉
The text was updated successfully, but these errors were encountered: