[PR #36] [MERGED] Solid renderer JSX Runtime + some cleanup #238

Closed
opened 2026-03-02 23:45:33 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: solid-cleanup


📝 Commits (3)

📊 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 jsxImportSource to @opentui/solid

"jsx": "preserve",
"jsxImportSource": "@opentui/solid",

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/36 **Author:** [@fezproof](https://github.com/fezproof) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `solid-cleanup` --- ### 📝 Commits (3) - [`fb32f55`](https://github.com/anomalyco/opentui/commit/fb32f55aa36ed24ca37674b55d98b2a01baf8620) Quick cleanupt - [`0f95949`](https://github.com/anomalyco/opentui/commit/0f9594987e215fc70c24b07821d2dd8704083fb4) Add jsx export - [`8cd0e83`](https://github.com/anomalyco/opentui/commit/8cd0e833e05e766a3ca0ab1cdf2a192684bb25b9) Made it so JSX export only exports opentui types ### 📊 Changes **6 files changed** (+49 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix some linting errors Made it so JSX type is locked down to what opentui actually exports To use, set tsconfig parameter `jsxImportSource` to `@opentui/solid` ``` "jsx": "preserve", "jsxImportSource": "@opentui/solid", ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#238
No description provided.