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

Support object literal sugaring #297

@matsko

Description

@matsko

Typescript and ES6 allow for this:

var name = "matias";
var info = {name};
console.log(info); // { name: "matias" }

Is there anyway we can support like this for the dart side of things via ts2dart?

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