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: remove d.ts #2427

Merged
merged 4 commits into from Dec 12, 2023
Merged

fix: remove d.ts #2427

merged 4 commits into from Dec 12, 2023

Conversation

Barbapapazes
Copy link
Contributor

@Barbapapazes Barbapapazes commented Nov 9, 2023

πŸ”— Linked issue

fix #2390
related #2349

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

I remove .d.ts files since they generate more issue than they solve.

Next step will be to rework types to have a bette organization. Finally, we will be able to rework types, remove any and overall, improve DX.

I do not want to do all of this work in one PR since it will be a lot of work. End goal is to be able to type function like only way better than actually but this could be generate a breaking change.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@Barbapapazes Barbapapazes mentioned this pull request Dec 12, 2023
24 tasks
@farnabaz farnabaz merged commit 7ed3b07 into nuxt:main Dec 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing .d.ts files
2 participants