Skip to content
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

Allow type overrides at the container level #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

maartendeprez
Copy link

For types with hand-coded Serialize / Deserialize impls, it can be useful to be able to specify the typescript definition manually. This patch adds a "type" attribute at the container level, similar to the one at field level, and when set produces a type alias for the field instead of the derived struct / enum type.

I am not quite sure if my interpretation of the 'type_params' field is correct, so please verify. Also, we might want to allow free-form declarations (eg. #[tsify(type = "export interface MyType {...}")]) instead restricting the attribute to type aliasses.

Copy link

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Not a maintainer but) code looks good, but would be great to have a test for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants