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(reactivity): enhance reactive function to handle skip objects #12809

Closed
wants to merge 2 commits into from

Conversation

linzhe141
Copy link
Contributor

close #12807

Copy link

github-actions bot commented Feb 3, 2025

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (+15 B) 38 kB (+7 B) 34.3 kB (+14 B)
vue.global.prod.js 158 kB (+15 B) 57.8 kB (+4 B) 51.4 kB (-28 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.4 kB (+15 B) 18.2 kB (+5 B) 16.6 kB (+9 B)
createApp 54.3 kB (+15 B) 21.2 kB (+6 B) 19.3 kB (+14 B)
createSSRApp 58.5 kB (+15 B) 22.9 kB (+6 B) 20.9 kB (+12 B)
defineCustomElement 59.2 kB (+15 B) 22.8 kB (+6 B) 20.7 kB (-1 B)
overall 68.4 kB (+15 B) 26.3 kB (+5 B) 24 kB (+4 B)

Copy link

pkg-pr-new bot commented Feb 3, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@12809

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@12809

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@12809

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@12809

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@12809

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@12809

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@12809

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@12809

@vue/shared

npm i https://pkg.pr.new/@vue/shared@12809

vue

npm i https://pkg.pr.new/vue@12809

@vue/compat

npm i https://pkg.pr.new/@vue/compat@12809

commit: e6d4fad

@linzhe141 linzhe141 changed the title Fix mark raw with reactive fix(reactivity): enhance reactive function to handle skip objects Feb 3, 2025
@linzhe141 linzhe141 closed this Feb 3, 2025
@linzhe141 linzhe141 deleted the fix-markRaw-with-reactive branch February 5, 2025 15:04
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.

why not Reorder getTargetType check after proxyMap lookup in createReactiveObject
1 participant