-
-
Notifications
You must be signed in to change notification settings - Fork 562
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
fix: should insert semi after import, export, debugger and class field #7529
Conversation
✅ Deploy Preview for rspack canceled.Built without sensitive environment variables
|
Would you please fix the CI? |
There are ci errors on the main branch, where the latest commits also failed. |
I see. Let's wait for a fix of the main branch then. |
let's see if #7534 fixes ci |
Looks like it did ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Summary
Checklist
ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#automatic_semicolon_insertion and acorn (search
this.semicolon()
)But I dont know how to construct the test case for ClassField
closes #7527