Skip to content

Allow implicit cycles #2

Description

@devagrawal09

After implementing #1, allow emitting events inside event handlers.
Emitting events inside the pure part should add on to a stack. Listener queue should be a 3d queue, where the first dimension is mutation listener vs user listener, second dimension is the position in the stack (how deep into nested emissions we are).
Once all the pure transformation, including all nested emissions, are complete, run listeners in 3d order depth first.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions