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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user