-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
test(defineProps): add intersection type test #8684
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages/compiler-sfc/__tests__/compileScript/defineProps.spec.ts
Outdated
Show resolved
Hide resolved
Size ReportBundles
Usages
|
❌ Deploy Preview for vue-next-template-explorer failed.
|
❌ Deploy Preview for vue-sfc-playground failed.
|
commit: @vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/server-renderer
@vue/shared
vue
@vue/compat
|
edison1105
approved these changes
Aug 20, 2024
❌ Deploy Preview for vue-next-template-explorer failed.
|
❌ Deploy Preview for vue-sfc-playground failed.
|
yyx990803
approved these changes
Oct 14, 2024
dqrcodebase
added a commit
to dqrcodebase/core
that referenced
this pull request
Nov 6, 2024
* core/main: (94 commits) chore(deps): update dependency @types/node to v22 (vuejs#12320) chore(deps): update lint (vuejs#12319) chore(deps): update all non-major dependencies (vuejs#12316) chore(deps): update build (vuejs#12317) chore(deps): update pnpm to v9.12.3 (vuejs#12278) chore(deps): update dependency typescript-eslint to ^8.11.0 (vuejs#12276) chore(deps): update dependency npm-run-all2 to v7 (vuejs#12277) chore(deps): update all non-major dependencies (vuejs#12275) chore(deps): update build (vuejs#12274) chore(deps): update all non-major dependencies (vuejs#12222) chore(deps): update lint (vuejs#12226) chore(deps): update build (vuejs#12223) docs: update package name to `@vue/compiler-core` (vuejs#12192)[ci skip] chore(deps): update dependency typescript-eslint to ^8.8.1 (vuejs#12167) chore(deps): update dependency magic-string to ^0.30.12 (vuejs#12166) fix(test): update snapshot (vuejs#12169) chore: improve `renderComponentRoot` warn message (vuejs#10914) test(shared): improve test coverage (vuejs#8456) test(defineProps): add intersection type test (vuejs#8684) chore(deps): update dependency @swc/core to ^1.7.35 (vuejs#12165) ...
abdullah-wn
pushed a commit
to Lazy-work/vue
that referenced
this pull request
Jan 4, 2025
Co-authored-by: daiwei <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Changes]