Skip to content

v0.1.0-alpha.2

Choose a tag to compare

@AlexTiTanium AlexTiTanium released this 03 Mar 23:15
· 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.ts files 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.