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

added support for js_type at compile time #121

Merged
merged 1 commit into from
Jun 30, 2020

Conversation

UlysseM
Copy link
Contributor

@UlysseM UlysseM commented Jun 12, 2020

This adds support for the jstype option.

When a field (integer or floating number) has the jstype option set to JS_STRING, it will be converted to and from string.

All the changes happen at compile time, so it should not break any application, nor increase the size of the application.

Copy link
Member

@mourner mourner left a comment

Choose a reason for hiding this comment

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

Apologies for the delay, and thanks a lot for simplifying the original approach!

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