v0.1.0-alpha.2
·
41 commits
to main
since this release
What's Changed
- Export framework-facing types for declaration emit — Added 8 type-only re-exports (
CoreConfigResult,BoundCreateCoreFunction,CreateCoreOptions,CreateCoreResult,BoundCreatePluginFunction,PluginInstance,AnyPluginInstance,App,CreateAppOptions) required by downstream framework packages to generate.d.tsfiles without TS4023.
These types appear in return-type positions of createCoreConfig, createCore, and createApp. Without them exported, downstream bun run build (tsdown with dts: true) fails because TypeScript cannot reference unnamed types in generated declaration files.
Type-only exports — zero runtime/bundle cost.