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

test(defineProps): add intersection type test #8684

Merged
merged 4 commits into from
Oct 14, 2024
Merged

Conversation

so11y
Copy link
Contributor

@so11y so11y commented Jul 1, 2023

[Changes]

  • Add test case "w/ extends intersection type" to test the compilation result of interface inheritance and intersection types
  • Add test case "w/ intersection type" to test the compilation result of standalone intersection types

@so11y so11y closed this Jul 1, 2023
@so11y so11y reopened this Jul 1, 2023
@so11y so11y changed the title Add Intersection Type test cases test(defineProps): add intersection type test Jul 1, 2023
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 99.1 kB 37.5 kB 33.8 kB
vue.global.prod.js 157 kB 57.3 kB 51 kB

Usages

Name Size Gzip Brotli
createApp 54.5 kB 21.1 kB 19.3 kB
createSSRApp 58.5 kB 22.8 kB 20.7 kB
defineCustomElement 59.1 kB 22.6 kB 20.6 kB
overall 68.1 kB 26.2 kB 23.8 kB

Copy link

netlify bot commented Aug 20, 2024

Deploy Preview for vue-next-template-explorer failed.

Name Link
🔨 Latest commit 03c2c6c
🔍 Latest deploy log https://app.netlify.com/sites/vue-next-template-explorer/deploys/66c44c031aeb910008c29831

Copy link

netlify bot commented Aug 20, 2024

Deploy Preview for vue-sfc-playground failed.

Name Link
🔨 Latest commit 03c2c6c
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/66c44c05e2a6dc0008fda06e

Copy link

pkg-pr-new bot commented Aug 20, 2024

commit: b545067

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@8684

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@8684

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@8684

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@8684

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@8684

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@8684

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@8684

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@8684

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@8684

vue

pnpm add https://pkg.pr.new/vue@8684

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@8684

Open in Stackblitz

@edison1105 edison1105 added the ready to merge The PR is ready to be merged. label Aug 20, 2024
Copy link

netlify bot commented Aug 20, 2024

Deploy Preview for vue-next-template-explorer failed.

Name Link
🔨 Latest commit 9e010ae
🔍 Latest deploy log https://app.netlify.com/sites/vue-next-template-explorer/deploys/66c44c2f69f8620008911001

Copy link

netlify bot commented Aug 20, 2024

Deploy Preview for vue-sfc-playground failed.

Name Link
🔨 Latest commit 9e010ae
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/66c44c2f6a8b4300089ec5bd

@yyx990803 yyx990803 merged commit 3b5d8d2 into vuejs:main Oct 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.
Projects
Development

Successfully merging this pull request may close these issues.

5 participants