sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
4.77k stars 152 forks source link

Revision 0.32.14 #753

Closed sinclairzx81 closed 7 months ago

sinclairzx81 commented 7 months ago

This PR simplifies the top level exports by switching over the barrel exports (using *). It's noted that bundlers (specifically WebPack) are able to correctly shake these exports for ESM. Internal type modules should only export the type factory function.