TypeScript code generation for #[lingxia::native] host handlers.
Scans Rust source files for #[lingxia::native("route")] / #[native("route")]
function attributes and pub struct definitions, then generates a .ts module
with typed invoke / stream / channel bindings.
Intended as a build-dependency so build.rs can produce the types during
cargo build, before the lxapp is assembled.