-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add typescript support #795
Add typescript support #795
Conversation
Can you give me push access to your repo/branch so that we can get this in more quickly? |
Done. Sorry, this is a pretty rushed merge as we're doing the beta monday |
Co-authored-by: Armani Ferrante <armaniferrante@gmail.com>
Co-authored-by: Armani Ferrante <armaniferrante@gmail.com>
Co-authored-by: Armani Ferrante <armaniferrante@gmail.com>
|
Note to self: two things to check
|
Why |
Good point. Filed issue here #935. |
.into_iter() | ||
.map(|acc| { | ||
let mut acc = acc; | ||
acc.name = acc.name.to_mixed_case(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed a problem with this only now when started updating the project on which I work. Why do we change the account name to mixed case? @ChewingGlass
Why anchor build does not generate type file in target/types? I accidentally anchor clean |
Taking over #537 since it has conflicts and not much movement.
Let me know what needs to be done to get this through