Skip to content
This repository was archived by the owner on Mar 29, 2018. It is now read-only.
This repository was archived by the owner on Mar 29, 2018. It is now read-only.

is { new() { }} supposed to work? #5

@stefanpenner

Description

@stefanpenner

I am unclear if this should or shouldn't work, but I figured I would open an issue.

var a = {
  new() {
    return "c";
  }
  delete() {

  },

  foo() {

  }.property('foo')
};

note: (this may just be another one of my transpile steps that is causing the issue, I am merely curious what the expected behaviour is and i'll continue to investigate)

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