ecs-observable/test
hypercross 9e788b135b feat: add CommandQueue for pull-based command processing
Introduces a `CommandQueue` to handle command components. It allows
registering handlers that are executed when `execute()` is called,
automatically removing the command component and cleaning up empty
entities. Includes an interruption mechanism to pause processing
during asynchronous operations.
2026-06-01 14:20:56 +08:00
..
commands.test.ts feat: add CommandQueue for pull-based command processing 2026-06-01 14:20:56 +08:00
relationships.test.ts feat: add world serialization support 2026-05-31 16:10:19 +08:00
serialization.test.ts test: add missing types to serialization tests 2026-05-31 16:36:25 +08:00
world.test.ts refactor: improve type safety in World and tests 2026-05-31 16:24:59 +08:00