Skip to content

Outro's are always local #2334

@halfnelson

Description

@halfnelson

I think it is because of this line here.

let outro_block = deindent`
${outro_name} = @create_out_transition(${this.var}, ${fn}, ${snippet});
`;
if (outro_block) {
outro_block = deindent`
if (#local) {
${outro_block}
}
`;
}

My reading is the if statement will always be true, so might be a typo (maybe it should be outro.is_local

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions