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

Vapor mode #12359

Draft
wants to merge 560 commits into
base: minor
Choose a base branch
from
Draft

Vapor mode #12359

wants to merge 560 commits into from

Conversation

yyx990803
Copy link
Member

@yyx990803 yyx990803 commented Nov 11, 2024

This is a WIP draft merging Vapor development back into the main repo.

sxzz and others added 30 commits February 10, 2024 14:25
Fully supported v-model for native elements.
Bad for performance, so revert it temporarily

This reverts commit be65b98.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* test(compiler-vapor): v-show

* fix(compiler-vapor): use DOMErrorCodes in vShow test
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
sxzz and others added 28 commits September 17, 2024 15:44
Co-authored-by: Kevin Deng 三咲智子 <[email protected]>
Copy link

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 81.9 kB 28.5 kB 25.1 kB
compiler-vapor.global.prod.js 59.2 kB 19.7 kB 17.9 kB
runtime-dom.global.prod.js 100 kB (+51 B) 38 kB (+6 B) 34.2 kB (-2 B)
runtime-vapor.global.prod.js 45.6 kB 17.1 kB 15.7 kB
vue-vapor.global.prod.js 102 kB 35.2 kB 31.8 kB
vue.global.prod.js 159 kB (+97 B) 57.9 kB (+17 B) 51.5 kB (+47 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 47.2 kB (+246 B) 18.4 kB (+65 B) 16.8 kB (+62 B)
createApp 55.2 kB (+246 B) 21.3 kB (+53 B) 19.5 kB (+60 B)
createSSRApp 59.2 kB (+246 B) 23 kB (+48 B) 21 kB (-15 B)
defineCustomElement 60 kB (+244 B) 22.9 kB (+46 B) 20.9 kB (+69 B)
vapor 46 kB 17.3 kB 15.8 kB
overall 68.9 kB (+244 B) 26.4 kB (+39 B) 24 kB (-11 B)

@yyx990803 yyx990803 changed the base branch from main to minor November 14, 2024 00:13
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.