-
Notifications
You must be signed in to change notification settings - Fork 13
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(sdk)!: unify JS/TS imports #926
Conversation
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.
Ah so this is what you meant! This is far better for the playground indeed.
814b1bf
to
7995047
Compare
…h path is none
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #926 +/- ##
=======================================
Coverage 77.68% 77.68%
=======================================
Files 149 149
Lines 18500 18500
Branches 1795 1795
=======================================
Hits 14372 14372
Misses 4105 4105
Partials 23 23 ☔ View full report in Codecov by Sentry. |
Solves MET-737:
Add more test for the published packages: test JSR and NPM packages on Nodejs and Deno, with the same typegraph definitions.(on a follow-up PR after the next release)Migration notes
BREAKING CHANGES:
.ts
extension:@typegraph/sdk/index.ts
-->@typegraph/sdk
@typegraph/sdk/*.ts
-->@typegraph/sdk/*