Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
liquid
command
Command liquid is the Liquid CLI: the ahead-of-time (AOT) template compiler, the component scaffolder, the dev server, and the editor language server.
|
Command liquid is the Liquid CLI: the ahead-of-time (AOT) template compiler, the component scaffolder, the dev server, and the editor language server. |
|
liquid/internal/compiler
Package compiler implements the Liquid AOT template compiler.
|
Package compiler implements the Liquid AOT template compiler. |
|
liquid/internal/desktop
Package desktop embeds the Liquid desktop shell's source so that `liquid build --target=desktop` can compile it on any machine, without needing the Liquid repository checked out on disk.
|
Package desktop embeds the Liquid desktop shell's source so that `liquid build --target=desktop` can compile it on any machine, without needing the Liquid repository checked out on disk. |
|
liquid/internal/ergobench
Package ergobench is the Tier B agent-ergonomics harness (ADR-0001, #71): it drives the generate → build → feed-diagnostics-back → repair loop against a task corpus and scores the result with the manifest structural oracle, with no human in the scoring loop.
|
Package ergobench is the Tier B agent-ergonomics harness (ADR-0001, #71): it drives the generate → build → feed-diagnostics-back → repair loop against a task corpus and scores the result with the manifest structural oracle, with no human in the scoring loop. |
|
liquid/internal/lsp
Package lsp implements the liquid language server: a minimal Language Server Protocol implementation over a byte stream (liquid lsp serves stdio) giving editors live LSX diagnostics, hover, completion, go-to-definition, and document highlights for .lsx templates.
|
Package lsp implements the liquid language server: a minimal Language Server Protocol implementation over a byte stream (liquid lsp serves stdio) giving editors live LSX diagnostics, hover, completion, go-to-definition, and document highlights for .lsx templates. |
|
Package liquid is the Liquid runtime: a server-driven UI framework with an Angular-style component model and LiveView-style interactivity.
|
Package liquid is the Liquid runtime: a server-driven UI framework with an Angular-style component model and LiveView-style interactivity. |
|
examples
|
|
|
dashboard
command
Command dashboard is the D17 example app: one page exercising every Liquid v0.1 subsystem — a (click) counter, an SSE-pushed live metric, a nested card fed by [input] bindings, a guarded route, and a CSRF-protected (submit) form — plus a live market ticker and a server-rendered SVG chart, both pushed over SSE from shared subjects.
|
Command dashboard is the D17 example app: one page exercising every Liquid v0.1 subsystem — a (click) counter, an SSE-pushed live metric, a nested card fed by [input] bindings, a guarded route, and a CSRF-protected (submit) form — plus a live market ticker and a server-rendered SVG chart, both pushed over SSE from shared subjects. |
|
dashboard/ui
Package ui holds the dashboard's components — the directory liquid build compiles.
|
Package ui holds the dashboard's components — the directory liquid build compiles. |
|
fantasy
command
Command fantasy is a Liquid example: a live fantasy-football league dashboard.
|
Command fantasy is a Liquid example: a live fantasy-football league dashboard. |
|
fantasy/ui
Package ui holds the fantasy-football example's components — the directory liquid build compiles.
|
Package ui holds the fantasy-football example's components — the directory liquid build compiles. |
|
Package liquidtest is the Liquid component test harness (D23): render a component through a real App, query the resulting HTML, fire allowlisted actions, and assert on the returned patch or envelope.
|
Package liquidtest is the Liquid component test harness (D23): render a component through a real App, query the resulting HTML, fire allowlisted actions, and assert on the returned patch or envelope. |
Click to show internal directories.
Click to hide internal directories.
