4 Commits

Author SHA1 Message Date
Sebastian 342dadda09 refine keymap (#1007) 2026-05-01 21:01:19 +02:00
Matt Simpson 4fc3fd3bf7 fix(react): correct runtime-plugin-support import path for published package (#962)
## Summary
- Fixed `runtime-plugin-support.ts` importing from `../src/index.js`
which doesn't exist in the published `dist/` (only `dist/index.js` does)
- Changed to `../index.js` to match the pattern `@opentui/solid` already
uses
- Added root `index.ts` barrel so the import resolves at dev time and
tsc can generate declarations

Fixes #960
2026-04-22 06:22:15 +02:00
Simon Klee 6d5d25afda Switch tsconfig to NodeNext module resolution (#855)
Prevent regressions where extensionless imports break consumers using
NodeNext
or Node's ESM loader.

tsconfigs override back to "bundler" because bun-ffi-structs and
bun-webgpu
don't export NodeNext-compatible types yet.

Change this once @kommander fixes upstream. I think we can merge this pr
now and update the last things once you've updated upstream.

Close: #843
2026-03-24 11:32:43 +01:00
Sebastian 63df8307a8 Plugins (Slots) (#774) 2026-03-12 12:03:20 +01:00