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

refactor: split types for bundlers #453

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

OskarLebuda
Copy link
Contributor

This PR refactors the type definitions to improve clarity and maintainability. Previously, all types for different bundlers were grouped in a single file, which led to confusion and increased difficulty when making changes.

With this update:

  • Each bundler now has its own dedicated file for type definitions.
  • This structure makes it easier to locate and manage the types related to a specific bundler.

This change aims to simplify future modifications and enhance the overall developer experience.
Let me know if there are any additional improvements or concerns!

@pi0 pi0 changed the title split types for bundlers refactor: split types for bundlers Dec 13, 2024
Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

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

Nice work thanks ❤️

@pi0 pi0 merged commit 9f2f1df into unjs:main Dec 13, 2024
2 checks passed
@OskarLebuda OskarLebuda deleted the feat-split-types branch December 13, 2024 15:55
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.

2 participants