pub fn emit_split(
ir: &IrSpec,
no_jsdoc: bool,
split_by: SplitBy,
source_dir: &str,
) -> Vec<GeneratedFile>Expand description
Emit files for split layout mode.
Produces:
types.ts— centralized types (same as modular)_client-base.ts— the ApiClient class with the privaterequestmethod{group}.ts— per-group files with standalone functionssse.ts— SSE runtime (same as modular)index.ts— barrel re-export