feat(build): emit checked param tokens

Generate ParamName constants for handle data parameters so public code can refer to checked param metadata instead of stringly typed names.

req: codegen/003
This commit is contained in:
slhx agent
2026-05-26 01:28:51 +02:00
parent 280464017b
commit ba3f40a3f0
4 changed files with 57 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ pub mod prelude {
pub use slhx_core::{
navigate, push, redirect, replace, Atom, BuildFingerprint, ComponentRef, CssClass,
CssClasses, Effect, EventName, Form, FormModel, FormValue, Handle, IntoEffect, KeyedSlot,
Slot,
ParamName, Slot,
};
pub use crate::{render_html, RenderKeyedSlotExt, RenderSlotExt};
pub use slhx_derive::{app, component, form, handler, surface};