Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
146 stars 26 forks source link

Sync typescript types (v0.2.2) #65

Closed EncodedVenom closed 4 months ago

EncodedVenom commented 4 months ago

Fixes emit bugs with world.query(...).without(...) improperly emitting.

Adds world.query(...).replace((...) => ...) typings. NOTE: To avoid having to do $tuple(oneValue), this uses a conditional type.

Adds Component