module-builder icon indicating copy to clipboard operation
module-builder copied to clipboard

feat(build): add support for type exports in module re-exports

Open productdevbook opened this issue 9 months ago โ€ข 0 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [x] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

In some cases they are displayed in the type total export field. export type can be like export type { ....} . In this case we need to support all of them.

productdevbook avatar Mar 24 '25 15:03 productdevbook