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

Union string types are generated in lowercase #790

Open
nikitayutanov opened this issue Jan 27, 2025 · 0 comments
Open

Union string types are generated in lowercase #790

nikitayutanov opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
javascript Pull requests that update Javascript code

Comments

@nikitayutanov
Copy link
Member

Problem

Generated union string types are in lowercase:
Image

Whereas the actual values that are returned from methods are capitalized:
Image

Steps

  1. Build TS lib based on contract
  2. Call lib methods, compare enum return values with declared types

Possible Solution

No response

Notes

No response

Relevant Log Output

@nikitayutanov nikitayutanov added the javascript Pull requests that update Javascript code label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants