jedmund-svelte/src
Justin Edmund 9da0232d45 fix: replace any types in logger and utilities (14 errors)
Phase 1 Batch 2: Logger & Simple Utilities

Replaced any types with proper TypeScript types across 3 files:

- logger.ts: Created LogContext type, added RequestEvent import from SvelteKit
  - Defined LogContext = Record<string, string | number | boolean | null | undefined>
  - Changed all context parameters from Record<string, any> to LogContext
  - Changed event parameter in createRequestLogger from any to RequestEvent

- extractEmbeds.ts: Used TiptapNode type from editor.ts
  - Changed content and node parameters from any to TiptapNode

- global.d.ts: Improved SVG module declarations
  - Changed *.svg from any to string (raw SVG content)
  - Changed *.svg?component from any to Component<any> (Svelte component)

Progress: 199 → 185 errors (91 → 77 any-type errors)
2025-11-24 01:55:25 -08:00
..
assets feat(admin): complete Task 7 Phase 1 - styling & theming foundation 2025-10-08 21:28:28 -07:00
lib fix: replace any types in logger and utilities (14 errors) 2025-11-24 01:55:25 -08:00
routes lint: remove unused svelte-ignore comments (17 fixes) 2025-11-24 05:45:51 +00:00
stories lint: remove unused imports in api routes and stories (9 fixes) 2025-11-24 05:28:11 +00:00
app.css Linter 2025-06-13 21:22:49 -04:00
app.d.ts First commit for universe 2025-05-26 06:44:27 -07:00
app.html Add meta theme color 2025-08-07 03:12:25 -07:00
decs.d.ts Update decs.d.ts for GiantBomb API 2024-08-05 23:38:14 -07:00
global.d.ts fix: replace any types in logger and utilities (14 errors) 2025-11-24 01:55:25 -08:00