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(volar/define-slots): regular expression error #485

Merged
merged 2 commits into from Aug 25, 2023

Conversation

zhiyuanzmj
Copy link
Member

Before

/var __VLS_slots!: .*/

image

After

/var __VLS_slots!: [\S\s]*?;/

image

@stackblitz
Copy link

stackblitz bot commented Aug 25, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot
Copy link

changeset-bot bot commented Aug 25, 2023

🦋 Changeset detected

Latest commit: ad16411

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

This PR includes changesets to release 2 packages
Name Type
@vue-macros/volar Patch
@vue-macros/nuxt 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

@sxzz
Copy link
Member

sxzz commented Aug 25, 2023

Thanks! Don't forget to add the changeset file in the next PR. 😇

@sxzz sxzz enabled auto-merge (squash) August 25, 2023 21:30
@sxzz sxzz merged commit 721d5e2 into vue-macros:main Aug 25, 2023
9 checks passed
This was referenced Aug 25, 2023
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.

None yet

2 participants