pub fn compile_screen_source(source: &str) -> StringExpand description
Compile .gui DSL source (screen layout) to v2 ScreenLayout JSON.
Returns a JSON string (parse with JSON.parse):
{ ok: true, js: "<compiled JSON>" } on success
{ ok: false, error, raw, line, col } on failure