mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #683] [CLOSED] Deno 🦖 #1495
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#1495
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/683
Author: @simonklee
Created: 2/13/2026
Status: ❌ Closed
Base:
main← Head:deno📝 Commits (10+)
2c638b8feat(core): add runtime-agnostic ffi loading pathc105401core: fix Deno FFI compat and unblock runtime startup848e016examples: make examples work with denofb29c0cexamples: fix extmarks demo and testsb1bcfdefix Bun imports3c4239cfix(core): preserve opaque FFI pointers across runtimes2d7c1a2ffi fixesfca3fcatestsf895acdmore test and ci fixes for deno support7fa7513fix ci/tsconfig for deno build📊 Changes
182 files changed (+6858 additions, -961 deletions)
View changed files
📝
.github/workflows/build-core.yml(+10 -0)➕
deno.lock(+3991 -0)➕
packages/core/deno.json(+15 -0)📝
packages/core/package.json(+4 -0)📝
packages/core/src/3d/canvas.ts(+1 -1)📝
packages/core/src/NativeSpanFeed.ts(+14 -12)📝
packages/core/src/animation/Timeline.test.ts(+1 -1)📝
packages/core/src/buffer.test.ts(+1 -1)📝
packages/core/src/buffer.ts(+3 -3)📝
packages/core/src/console.test.ts(+1 -1)📝
packages/core/src/console.ts(+1 -1)➕
packages/core/src/deno-ffi-structs.ts(+463 -0)📝
packages/core/src/edit-buffer.test.ts(+35 -34)📝
packages/core/src/edit-buffer.ts(+2 -2)📝
packages/core/src/editor-view.test.ts(+1 -1)📝
packages/core/src/editor-view.ts(+1 -1)📝
packages/core/src/examples/ascii-font-selection-demo.ts(+4 -1)📝
packages/core/src/examples/code-demo.ts(+7 -10)📝
packages/core/src/examples/console-demo.ts(+6 -11)📝
packages/core/src/examples/diff-demo.ts(+5 -1)...and 80 more files
📄 Description
Very much WIP.
https://github.com/user-attachments/assets/cc1bdffc-947c-464f-8275-4f1f35da4548
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.