@palinx/compiler
v0.2.0
Published
The compile-time transform behind Palinx's templates. It rewrites `` html`` `` template literals into DOM-building code with fine-grained reactive bindings, and extracts `` css`` `` styles, so reading a signal in markup is all it takes to track it, with n
Readme
@palinx/compiler
The compile-time transform behind Palinx's templates. It rewrites html template literals into DOM-building code with fine-grained reactive
bindings, and extracts css styles, so reading a signal in markup
is all it takes to track it, with no manual dependency lists.
Used internally by @palinx/cli's dev server and production build; most
apps never import it directly.
Install
bun add @palinx/core @palinx/compilerRequires Bun (>= 1.3).
Documentation
Templates and reactivity guide: https://palinx.dev (docs site, coming soon).
A public channel for feedback is coming soon.
License
MIT
