fix: update platform support docs for cross-runtime compatibility

- README: Node.js 18+ → Node.js 18+, Deno, and Bun
- package.json: add deno:true field
- build-distribution.md: consolidate engine/platform sections
This commit is contained in:
2026-05-19 07:15:45 +00:00
parent 743265c34a
commit fbf13ed444
4 changed files with 8 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ UJSX treats JSX as an intermediate representation for multi-target rendering. Th
npm install @alkdev/ujsx
```
Requires Node.js 18+. Dual ESM/CJS output with TypeScript declarations.
Works in Node.js 18+, Deno, and Bun. Ships dual ESM/CJS with TypeScript declarations. No Node-specific APIs in core — runs anywhere `@preact/signals-core` and `@alkdev/typebox` do.
## Quick Start