ecs-observable/test
hypercross 05674a349f refactor: improve type safety in World and tests
Replace `any` types with specific interfaces like `WorldEvent`,
`QueryUpdate`, and `Entity` to strengthen type checking. This includes
refining the deserialization logic in `World.fromSnapshot` to use
properly typed component definitions.
2026-05-31 16:24:59 +08:00
..
relationships.test.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00
serialization.test.ts refactor: improve type safety in World and tests 2026-05-31 16:24:59 +08:00
world.test.ts refactor: improve type safety in World and tests 2026-05-31 16:24:59 +08:00