Files
Matt Godbolt bb6de8ebbd Fix any types for objdumperClass and executionEnvironmentClass
- `objdumperClass: any` → `new () => BaseObjdumper`
- `executionEnvironmentClass: any` → `typeof LocalExecutionEnvironment`

Used a constructor type for objdumperClass since BaseObjdumper is
abstract and `typeof` wouldn't work directly.

Also fixed a latent type issue exposed by this change: `objResult.asm`
is `string | undefined` in ObjdumpResult, added nullish coalescing
fallback for safety.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:36:25 -06:00
..
2026-01-25 16:50:12 -05:00
2025-07-28 10:34:46 -05:00
2025-09-25 00:23:36 +03:00
2026-01-25 16:50:12 -05:00
2025-12-29 10:39:35 +01:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2026-01-25 16:50:12 -05:00
2025-02-25 13:05:50 -06:00
2025-07-28 10:34:46 -05:00