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

fix: should insert semi after import, export, debugger and class field #7529

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

CPunisher
Copy link
Contributor

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

  • Tests updated (or not required).
  • Documentation updated (or not required).

@CPunisher CPunisher marked this pull request as ready for review August 11, 2024 10:13
@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Aug 11, 2024
Copy link

netlify bot commented Aug 11, 2024

Deploy Preview for rspack canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit f2b84a0
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66b9c65df338270008b13b34

@h-a-n-a
Copy link
Collaborator

h-a-n-a commented Aug 12, 2024

Would you please fix the CI?

@CPunisher
Copy link
Contributor Author

Would you please fix the CI?

There are ci errors on the main branch, where the latest commits also failed. ☹️

@h-a-n-a
Copy link
Collaborator

h-a-n-a commented Aug 12, 2024

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.

@JSerFeng
Copy link
Collaborator

let's see if #7534 fixes ci

@h-a-n-a
Copy link
Collaborator

h-a-n-a commented Aug 12, 2024

let's see if #7534 fixes ci

Looks like it did ;-)

Copy link
Collaborator

@h-a-n-a h-a-n-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@h-a-n-a h-a-n-a enabled auto-merge (squash) August 12, 2024 08:32
@h-a-n-a h-a-n-a merged commit e6532bb into web-infra-dev:main Aug 12, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: The code generation is missing a semicolon after re-exporting.
3 participants