pub fn compiler_body_javascript(
expression: &SemanticExpr,
) -> Result<String, String>Expand description
Lower one compiler-owned remote expression to JavaScript.
Fail-closed: a construct with no deterministic server lowering returns a
stable error[CODE] instead of a placeholder, so a remote body semantics
failed to refuse stops the build rather than shipping undefined.