Skip to content

=> x.y?.z // doesnt work #46

Description

@plexigras

in

-> x.y?.z //works
=> x.y?.z //doesnt

out

(function() {
  var _ref;

  return (_ref = x.y) == null ? null : _ref.z;
}); //works
() => {
  var _ref2;

  return _ref2.z;
}; //doesnt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions