JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[BRK] Remove `Read<T>`, `ReadModifier` #77

Closed JaimeGensler closed 9 months ago

JaimeGensler commented 9 months ago

Describe the problem this feature solves

Read<T> is neat but kind of complex and moves away from more idiomatic TS. We could re-add it in the future but it's just not really necessary at the moment I feel. Also can update transformer config to allow pass-thru types that are simply ignored, so Readonly<T> can just be ignored essentially.