Files
scrypted/server
Koushik Dutta d0deb04588 runtime: add type assertions for strictNullChecks compliance
Fix strictNullChecks in runtime.ts and scrypted-server-main.ts:
- Change findPluginDevice return type to PluginDevice | undefined
- Add type assertions at call sites that expect valid results
- Consolidate assertions at variable declarations
- Use undefined! instead of undefined as any
- Use throw e instead of throw new Error(e as string)
- Add catch block type annotations (e: any)
- Fix socket property and plugin device lookups with assertions
2026-04-02 14:48:39 -07:00
..
2025-01-23 09:23:13 -08:00
2024-12-28 13:08:22 -08:00
2021-09-09 17:48:39 -07:00
2024-08-24 18:12:00 -07:00
2024-08-24 18:12:00 -07:00
2026-04-02 13:33:12 -07:00
2026-04-02 13:33:12 -07:00