Skip to content

ES6 Object Spread syntax not work  #998

@fanbinghuadev

Description

@fanbinghuadev

I found esprima 4.0.1 did not support ES6 Ojbect Spread Syntax,as follows:
let obj1 = {a: 1, b: 2};
let obj2 = {...obj1};

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