Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acornjs 不支持 ES2018对象扩展 #1322

Open
yinxiaoli2007 opened this issue Oct 22, 2024 · 1 comment
Open

acornjs 不支持 ES2018对象扩展 #1322

yinxiaoli2007 opened this issue Oct 22, 2024 · 1 comment

Comments

@yinxiaoli2007
Copy link

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

@RReverser
Copy link
Member

Sorry, this is not enough to go on without a repro sample we could run.

Also, please raise an issue in English - none of the maintainers speak Chinese, and automatic translation might lead to misunderstandings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants