Crate surplus_cli

Source
Expand description

High level CLI-as-a-library for the Surplus compiler.

This is directly called to by the surplus CLI binary. It’s not intended to be used directly by end users; it’s a thin wrapper primarily for use by the WASM wrapper crate.

Structs§

Args
The Surplus JSX compiler.
Compilation
The Ok result type for the run function.

Functions§

run
Runs the Surplus compiler with the given arguments.