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

Feature: also declare macro would benefit from SerializationConfig #28

Open
nappa85 opened this issue Apr 12, 2024 · 2 comments
Open

Feature: also declare macro would benefit from SerializationConfig #28

nappa85 opened this issue Apr 12, 2024 · 2 comments

Comments

@nappa85
Copy link

nappa85 commented Apr 12, 2024

E.g.

#[tsify_next::declare]
pub type Id = u64;

this would output the type alias as number, at the moment I have no way to specify I want it as bigint

@Pantamis
Copy link

If I understand your issue, you want to be able to set large_number_types_as_bigints using declare too ?

@nappa85
Copy link
Author

nappa85 commented Apr 12, 2024 via email

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

No branches or pull requests

2 participants