Skip to content

feat(288): remove redundant type parameters in generated api client code #290

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

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

radist2s
Copy link
Collaborator

No description provided.

@radist2s radist2s added the enhancement New feature or request label Apr 12, 2025
@radist2s radist2s self-assigned this Apr 12, 2025
Copy link

changeset-bot bot commented Apr 12, 2025

⚠️ No Changeset found

Latest commit: b1ba8da

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@radist2s radist2s linked an issue Apr 12, 2025 that may be closed by this pull request

This comment has been minimized.

@radist2s radist2s force-pushed the feat/288-remove-redundant-type-parameters-in-generated-api-client-code branch 19 times, most recently from 6fdc0d3 to f36a49c Compare April 13, 2025 19:17

This comment has been minimized.

@radist2s radist2s force-pushed the feat/288-remove-redundant-type-parameters-in-generated-api-client-code branch from e308396 to b8d5814 Compare April 13, 2025 23:12

This comment has been minimized.

@radist2s radist2s force-pushed the feat/288-remove-redundant-type-parameters-in-generated-api-client-code branch from b8d5814 to b5f0d66 Compare April 13, 2025 23:16
@radist2s radist2s force-pushed the feat/288-remove-redundant-type-parameters-in-generated-api-client-code branch 2 times, most recently from 57c1a48 to 7312fa6 Compare April 27, 2025 21:57

This comment has been minimized.

@radist2s radist2s force-pushed the feat/288-remove-redundant-type-parameters-in-generated-api-client-code branch 4 times, most recently from 950d731 to b1ba8da Compare April 27, 2025 22:24
radist2s added 21 commits May 5, 2025 04:13
````bash filename=command_used
jscodeshift --extensions=tsx,ts --parser=tsx  \
-t ./packages/react-client/src/migrate-to-v2.4.0-codemod.ts \
--packageName "../index.js" \
./packages/react-client/src
```
@radist2s radist2s force-pushed the feat/288-remove-redundant-type-parameters-in-generated-api-client-code branch from b1ba8da to 2486503 Compare May 5, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove redundant type parameters in generated API client code
1 participant