-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(ts): exports all the generated namespaces (#184) #142
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #142 +/- ##
=====================================
Coverage 3.51% 3.51%
=====================================
Files 296 296
Lines 97291 97291
=====================================
+ Hits 3415 3418 +3
+ Misses 93697 93694 -3
Partials 179 179 ☔ View full report in Codecov by Sentry. |
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.
Pretty cool! Looking forward to having this 100% automated. Good readme 👍
PR is aimed to improve usability of originally generated code.
This way the package can already be used which would ease further akashjs refactoring progress.
NOTE: PR contains just a few files changes.
src/generated
was regenerated and can be skipped while reviewing.