-
-
Notifications
You must be signed in to change notification settings - Fork 178
feat(openapi-ts): export additional functions from openapi-ts #1934
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
Conversation
|
🦋 Changeset detectedLatest commit: d4df550 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e9180cf
to
23c4dbc
Compare
23c4dbc
to
9914ec8
Compare
Why? 🤠 |
@hey-api/client-axios
@hey-api/client-fetch
@hey-api/client-next
@hey-api/client-nuxt
@hey-api/nuxt
@hey-api/openapi-ts
@hey-api/vite-plugin
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1934 +/- ##
==========================================
+ Coverage 24.14% 29.03% +4.88%
==========================================
Files 193 194 +1
Lines 26861 26871 +10
Branches 787 724 -63
==========================================
+ Hits 6486 7802 +1316
+ Misses 20300 19063 -1237
+ Partials 75 6 -69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Exporting these functions to be able to use them in other packages, I will be using these in the NX plugin once I figure out the test issues. This change deserves its own PR anyways. Breaking the NX plugin PR in smaller PRs. |
9914ec8
to
0935f86
Compare
0935f86
to
1d9d6b0
Compare
Added exports for getSpec, initConfigs, and parseOpenApiSpec to a new internal export file for improved accessibility of these functions for non public consumption. Marked these functions as internal as they are not to be used publicly
1d9d6b0
to
da6bd62
Compare
Added exports for getSpec, initConfigs, and parseOpenApiSpec to the new exported internal file for improved accessibility of these functions across internal packages
These functions are helpful for custom clients and plugins.
Marked the exported functions as @internal, and I put them in a new export path