Skip to content

(chakra) recursive evaluation #72

Description

@viceice

I'm trying to a simple module loading feature which requires recursive script execution:

net -> js -> net -> js

This is currently not possible, because the scriptdispatcher is blocked by the first eval.

My current workaround is to use eval, which i don't like. Is there any way to make recursive calls work?

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions