Skip to content

Anonymous function calls fail to convert #1

@TrevorBurnham

Description

@TrevorBurnham

The input

(function(a) {
})(a);

should convert to either

((a) ->)(a)

or, with the new do syntax,

do (a) ->

It currently converts to

(a)->
(a)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions