AshTypescript.TypedChannel.Verifiers.VerifyTypedChannel
(ash_typescript v0.17.2)
Copy Markdown
View Source
Verifies that typed channel configurations are valid.
Checks:
- All declared events exist as publications on their respective resources.
- Event names are unique across all resources in the channel.
- Publications are marked
public?: true(warning if not). - Publications have
returnsset — either auto-derived viatransform :calcor explicitly declared (warning if not — TypeScript type falls back tounknown).