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(compiler-core): properly rewrite identifier of for #7245

Merged
merged 9 commits into from
Nov 9, 2023

Conversation

edison1105
Copy link
Member

close #7238

@edison1105 edison1105 changed the title fix(compiler-core): proper rewrite identifier of for fix(compiler-core): properly rewrite identifier of for Nov 30, 2022
@sxzz
Copy link
Member

sxzz commented Feb 23, 2023

/ecosystem-ci run

@vue-bot
Copy link

vue-bot commented Feb 23, 2023

📝 Ran ecosystem CI: Open

suite result
nuxt ✅ success
pinia ✅ success
router ✅ success
test-utils ✅ success
vite-plugin-vue ✅ success
vitepress ✅ success
vue-macros ✅ success
vueuse ✅ success

@sxzz sxzz added the ready to merge The PR is ready to be merged. label Aug 13, 2023
@github-actions
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 85.9 kB 32.6 kB 29.5 kB
vue.global.prod.js 132 kB 49.3 kB 44.4 kB

Usages

Name Size Gzip Brotli
createApp 47.9 kB 18.8 kB 17.2 kB
createSSRApp 50.6 kB 19.9 kB 18.2 kB
defineCustomElement 50.3 kB 19.6 kB 17.9 kB
overall 61.2 kB 23.7 kB 21.6 kB

@yyx990803 yyx990803 merged commit a2d810e into vuejs:main Nov 9, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR is ready to be merged.
Projects
Development

Successfully merging this pull request may close these issues.

for statement in inline handler
4 participants