Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
commands
|
|
|
internal
|
|
|
codeblock
Package codeblock wires the individual evaluators (php, vuego, exec, sqlite) into a single service used by the tour and docs servers.
|
Package codeblock wires the individual evaluators (php, vuego, exec, sqlite) into a single service used by the tour and docs servers. |
|
exec
Package exec evaluates shell snippets.
|
Package exec evaluates shell snippets. |
|
model
Package model holds the shared type definitions used by the code block evaluation pipeline: the Evaluator interface together with its request and result types, and the HTTP DTOs exchanged with the frontend.
|
Package model holds the shared type definitions used by the code block evaluation pipeline: the Evaluator interface together with its request and result types, and the HTTP DTOs exchanged with the frontend. |
|
php
Package php evaluates PHP snippets using the phpscript runner.
|
Package php evaluates PHP snippets using the phpscript runner. |
|
sqlite
Package sqlite evaluates SQL snippets against an in-memory SQLite database.
|
Package sqlite evaluates SQL snippets against an in-memory SQLite database. |
|
vuego
Package vuego evaluates .vuego templates.
|
Package vuego evaluates .vuego templates. |
Click to show internal directories.
Click to hide internal directories.