You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#993 [REFACTOR] Refactors while integrating with Ember (@pzuraq)
@glimmer/runtime
Removed DefaultEnvironment
RuntimeEnvironmentDelegate -> EnvironmentDelegate
iterable -> toIterator, now returns an IteratorDelegate
Changed JitRuntime creation methods to receive EnvironmentOptions instead
a document object
Added willDestroy component capability. Should generally be avoided, it's
just for classic interop.
@glimmer/reference
Removed MapReference
Removed UpdatableReference, replaced it with UpdatableRootReference and IterationItemReference
Most references now require the env
Refactor property and root references generally, not a complete rewrite, but
large enough that embedders should really pay attention to that code and
will have to rewrite some things.
Major changes
@glimmer/validator
Simplified meta implementation in general. tagFor and dirtyTagFor have
changed decently.
Added assertions to tags to prevent incorrect usage