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: 📌 Remove unused parent in sample codes. #252

Merged

Conversation

madogiwa0124
Copy link
Contributor

There is an unused parent in the sample code packages/compiler-core/parse.ts,
The following type check error occurs, so I removed it from the sample code.

../../packages/compiler-core/parse.ts:201:9 - error TS6133: 'parent' is declared but its value is never read.

201   const parent = last(ancestors)

There is an unused `parent` in the sample code `packages/compiler-core/parse.ts`,
The following type check error occurs, so I removed it from the sample code.

```sh
../../packages/compiler-core/parse.ts:201:9 - error TS6133: 'parent' is declared but its value is never read.

201   const parent = last(ancestors)
```
@ubugeeei ubugeeei self-requested a review January 28, 2024 06:06
Copy link
Member

@ubugeeei ubugeeei left a comment

Choose a reason for hiding this comment

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

@madogiwa0124

Ok, Thanks 😄

@ubugeeei ubugeeei merged commit 61b809a into chibivue-land:main Jan 28, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants