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

Fix tsc error on the floating deps test #46

Merged
merged 2 commits into from
May 2, 2024
Merged

Fix tsc error on the floating deps test #46

merged 2 commits into from
May 2, 2024

Conversation

NullVoxPopuli
Copy link
Sponsor Contributor

Unblocks: #45

@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review May 2, 2024 16:40
| NodePath<
| Babel.types.Expression
| Babel.types.ArgumentPlaceholder
| Babel.types.JSXNamespacedName
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only removed JSXNamespacedName

I learned that the namespaced name happens in this situation (I've been unfamiliar with JSX, as my react era predates my interest in codemods):
image

@ef4
Copy link
Contributor

ef4 commented May 2, 2024

This is babel's types shifting across versions. It's fine for us to just support some newest one.

@ef4 ef4 merged commit c8687c6 into main May 2, 2024
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix-floating-tests branch May 2, 2024 19:07
@github-actions github-actions bot mentioned this pull request May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants