Skip to content

Conversation

ota-meshi
Copy link
Member

close #213

@ota-meshi ota-meshi added the bug Something isn't working label Sep 5, 2022
@changeset-bot
Copy link

changeset-bot bot commented Sep 5, 2022

🦋 Changeset detected

Latest commit: 8c562db

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte-eslint-parser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ota-meshi ota-meshi requested a review from JounQin September 5, 2022 15:08
node.body.type !== "ExpressionStatement" ||
node.body.expression.type !== "AssignmentExpression"
node.body.expression.type !== "AssignmentExpression" ||
(node.body.expression.left.type !== "Identifier" &&
Copy link
Collaborator

Choose a reason for hiding this comment

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

I recommend to add some comments here, or at least link the original issue?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you for your review!
I added comments.

@ota-meshi ota-meshi requested a review from JounQin September 5, 2022 15:49
@ota-meshi ota-meshi merged commit 4752939 into main Sep 5, 2022
@ota-meshi ota-meshi deleted the dev branch September 5, 2022 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing error: ',' expected
2 participants