Skip to content

acornjs 不支持 ES2018对象扩展 #1322

@yinxiaoli2007

Description

@yinxiaoli2007

acornjs不支持ES2018对象扩展方式:示例
const A = {a: 1, b:2};
const B = { ...A, c:3};
以上通过acornjs检测报语法错误

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