Skip to content

Function call args missing commas when part of conditional chaining #219

@esb

Description

@esb

When using the "&." chaining operator, function call arguments are generated without comma delimiters.

For example

x=a&.b&.c(d,e)

generates

let x = a?.b?.c(de)

I have a fix for this and I'll create a pull request once the backlog is cleared.

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