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

WASM JSON .ts to_js_value() not type annotated correctly anymore #355

Open
rooooooooob opened this issue Sep 3, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@rooooooooob
Copy link
Contributor

All types are now:

to_js_value: any

instead of e.g. TransactionBodyJSON

during the wasm build script process you get an error:

Error: Cannot find module 'json-schema-to-typescript'

despite this npm package still existing. This error is obviously the cause of this issue.

It is not just on my local builds as the 6.0.0 NPM package suffers from the same issue in its exported typescript code.

@rooooooooob rooooooooob added the bug Something isn't working label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant