Added
Changed
Deprecated
Removed
Fixed
- inline enum JS assignments (e.g.
Entity.prop ??= {...}) are no longer emitted using the aspect's singular name as the left-hand side. Aspects have no runtime JS value, so such assignments caused aReferenceErrorat startup. The assignments are now correctly emitted on the concrete entity that includes the aspect.