[PR #39] [MERGED] Setup build script for solid package #1022

Closed
opened 2026-03-14 09:14:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/39
Author: @kommander
Created: 8/18/2025
Status: Merged
Merged: 8/18/2025
Merged by: @kommander

Base: mainHead: scripts-to-ts


📝 Commits (9)

📊 Changes

12 files changed (+372 additions, -256 deletions)

View changed files

📝 bun.lock (+9 -0)
📝 packages/core/package.json (+2 -4)
📝 packages/core/scripts/build.ts (+64 -17)
packages/core/scripts/pack.mjs (+0 -179)
📝 packages/core/scripts/prepare-release.ts (+9 -3)
📝 packages/core/scripts/publish.ts (+24 -11)
📝 packages/core/src/index.ts (+1 -0)
packages/solid/README.md (+9 -0)
📝 packages/solid/index.ts (+1 -1)
📝 packages/solid/package.json (+11 -2)
📝 packages/solid/scripts/build.ts (+241 -38)
📝 packages/solid/scripts/solid-plugin.ts (+1 -1)

📄 Description

No description provided


🔄 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/39 **Author:** [@kommander](https://github.com/kommander) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `scripts-to-ts` --- ### 📝 Commits (9) - [`ae6b0aa`](https://github.com/anomalyco/opentui/commit/ae6b0aa32db9eda7bdc2b6e726d0a87037b8caa6) stash - [`888f7b5`](https://github.com/anomalyco/opentui/commit/888f7b5533d852c48e33b74a450baa6a8e4f0c3c) convert all to ts - [`2f3f7e4`](https://github.com/anomalyco/opentui/commit/2f3f7e48b2768cb45f7e624ccbc7266e1aee9dce) stash - [`7f79fa3`](https://github.com/anomalyco/opentui/commit/7f79fa302edb40035d5a0fcbe776903faefc553e) stash - [`7fe910e`](https://github.com/anomalyco/opentui/commit/7fe910ea47b8f71a965de2c5db271d8b7d6e1fbf) stash - [`b28e3e0`](https://github.com/anomalyco/opentui/commit/b28e3e0b9e72686845d1bc5906502554e6dbe5d0) stash - [`55c484a`](https://github.com/anomalyco/opentui/commit/55c484ae0a3e18715142a38b24cdd659fdf0aa57) bun plugin - [`5490d42`](https://github.com/anomalyco/opentui/commit/5490d42ec419616b750ccc5ca8ffce32702e027e) works - [`c294476`](https://github.com/anomalyco/opentui/commit/c29447648a6d653018b87601d05c96bc0ace1f45) include dev deps ### 📊 Changes **12 files changed** (+372 additions, -256 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+9 -0) 📝 `packages/core/package.json` (+2 -4) 📝 `packages/core/scripts/build.ts` (+64 -17) ➖ `packages/core/scripts/pack.mjs` (+0 -179) 📝 `packages/core/scripts/prepare-release.ts` (+9 -3) 📝 `packages/core/scripts/publish.ts` (+24 -11) 📝 `packages/core/src/index.ts` (+1 -0) ➕ `packages/solid/README.md` (+9 -0) 📝 `packages/solid/index.ts` (+1 -1) 📝 `packages/solid/package.json` (+11 -2) 📝 `packages/solid/scripts/build.ts` (+241 -38) 📝 `packages/solid/scripts/solid-plugin.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:14:18 +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#1022
No description provided.