8000 `with` statement implementation · Issue #21 · awto/effectfuljs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
with statement implementation #21
Open
@awto

Description

@awto

The local variables in the generated code are accessed by index, this won't work for with statement where the scope is dynamic. To solve this it needs to use runtime functions for searching variables by name from the current scope if it is inside with statement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3147

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0