openpencil/packages
Danila Poyarkov 39af21ff06 Pre-process render JSX in bridge where esbuild is available
The render tool needs esbuild to transform JSX, but esbuild only runs in
Node — not in the browser where the automation server executes. The bridge
now intercepts render tool calls, converts JSX to a tree on the Node side
using buildComponent + resolveToTree from core, and sends the tree to the
browser which calls renderTreeNode directly.

Also exports createElement and resolveToTree from core for bridge use.
2026-03-07 20:10:48 +03:00
..
acp Release v0.7.0 2026-03-05 10:32:35 +03:00
cli Fix RPC bridge review issues: centralize colors, ports, remove non-null assertions 2026-03-07 15:11:31 +03:00
core Pre-process render JSX in bridge where esbuild is available 2026-03-07 20:10:48 +03:00
demos feat: mobile layout, PWA support (#27) (#27) 2026-03-05 19:51:51 +03:00
docs Move demo to /demo route, add @unhead/vue for title management 2026-03-06 20:54:48 +03:00
mcp Eliminate as Record<string, unknown> casts 2026-03-06 21:43:32 +03:00