Skip to content

Function not evaluated in undefined parameter #40

@mpanichella

Description

@mpanichella

The problem is with injected function, for example if i have template

model: [
{
"{{#if hasValue(data)}}": {
name: "{{name}}",
},
},
{
"{{#else}}": undefined,
},
],

if data property exists in model, the evaluation work well, but if transform other data, where property "data" not exists, hasValue not evaluated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions