mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #36] [MERGED] Solid renderer JSX Runtime + some cleanup #238
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/36
Author: @fezproof
Created: 8/18/2025
Status: ✅ Merged
Merged: 8/18/2025
Merged by: @kommander
Base:
main← Head:solid-cleanup📝 Commits (3)
fb32f55Quick cleanupt0f95949Add jsx export8cd0e83Made it so JSX export only exports opentui types📊 Changes
6 files changed (+49 additions, -27 deletions)
View changed files
📝
packages/solid/examples/tsconfig.json(+5 -6)📝
packages/solid/index.ts(+6 -3)➕
packages/solid/jsx-runtime.d.ts(+31 -0)📝
packages/solid/package.json(+2 -1)📝
packages/solid/src/elements/index.ts(+0 -14)📝
packages/solid/src/reconciler.ts(+5 -3)📄 Description
Fix some linting errors
Made it so JSX type is locked down to what opentui actually exports
To use, set tsconfig parameter
jsxImportSourceto@opentui/solid🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.