mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #374] [MERGED] Replace yoga-layout with bun-yoga, snapshot PR #494
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#494
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/374
Author: @remorses
Created: 12/2/2025
Status: ✅ Merged
Merged: 12/2/2025
Merged by: @kommander
Base:
bun-yoga-pr-356← Head:yoga-ffi📝 Commits (5)
b51f722fix(OSC4): tmux 3.6 has native support for OSC4 and should not be wrapped (#373)9be117dchore: update bun-yoga to 0.2.9fea2dcbchore: update bun-yoga to 0.2.103efda82Merge remote-tracking branch 'upstream/main' into yoga-ffi2244749fix: check if renderer destroyed after frame callbacks📊 Changes
4 files changed (+24 additions, -17 deletions)
View changed files
📝
bun.lock(+8 -8)📝
packages/core/package.json(+1 -1)📝
packages/core/src/lib/terminal-palette.ts(+6 -6)📝
packages/core/src/renderer.ts(+9 -2)📄 Description
Replace yoga-layout (WASM) with bun-yoga (native FFI via Zig)
This new bun-yoga version should be statically analyzable by bun now
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.