Skip to content

spread objects #9

Description

@kyle-ruan

Seems it's not supporting spreading objects at the moment.
`const json = {
a: "Value A",
b: "Value B"
};

const jsons = {...json};`

This simple code throws error

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