Skip to content

root context bleeds into compiled function parameters #269

Closed
@rsbondi

Description

@rsbondi

REPL

{{#each cats.filter(function(c) { return c.name!='Maru' }) as cat}}

compiles to

root.cats.filter(function(root.c) {return root.c.name!='Maru'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions