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

Support C# decimal type #316

Open
jasongin opened this issue Jul 6, 2024 · 1 comment
Open

Support C# decimal type #316

jasongin opened this issue Jul 6, 2024 · 1 comment
Milestone

Comments

@jasongin
Copy link
Member

jasongin commented Jul 6, 2024

Should it convert to JS number, or not? There's a popular decimal library for JS, but we try to avoid dependencies on 3rd-party packages.

@jasongin jasongin added this to the Backlog milestone Jul 6, 2024
@jasongin
Copy link
Member Author

Maybe related to #132 since System.Decimal is a read-only struct.

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

No branches or pull requests

1 participant