ecs-observable/test
hypercross 5d125167cc refactor: make getRelatedTo return an iterator
Convert `getRelatedTo` from returning an array to returning an
`IterableIterator`. This improves memory efficiency by yielding
entities lazily instead of allocating a new array on every call.
2026-06-02 06:39:07 +08:00
..
bt.test.ts feat(bt): add repeat and selector task kinds 2026-06-01 22:57:14 +08:00
commands.test.ts feat: add CommandQueue for pull-based command processing 2026-06-01 14:20:56 +08:00
relationships.test.ts refactor: make getRelatedTo return an iterator 2026-06-02 06:39:07 +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