You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
三咲智子 Kevin Deng a0a010ddc9
fix(types): optional boolean props should have boolean type in return type of defineProps (#7619)
3 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
appUse.test-d.ts types(runtime-core): support plugin options type inference (#3969) 3 years ago
compiler.test-d.ts fix(types): ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) 3 years ago
component.test-d.ts fix(types): allow assigning wider SetupContext type (#2818) 3 years ago
componentTypeExtensions.test-d.tsx types(runtime-core): added `ComponentCustomProperties` type to `globalProperties` (#5389) 3 years ago
defineComponent.test-d.tsx chore: apply format 3 years ago
defineCustomElement.test-d.ts ci: fix dts tests 3 years ago
functionalComponent.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 4 years ago
h.test-d.ts types(h): Support passing `props` to `Component` when using `h` (#3219) 3 years ago
index.d.ts fix(types): fix `defineComponent` inference to `Component` (#5949) 3 years ago
inject.test-d.ts types: fix + test inject API typing 5 years ago
reactivity.test-d.ts fix(types/effectScope): re-expose `active` as readonly property (#6187) 3 years ago
reactivityMacros.test-d.ts feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 4 years ago
ref.test-d.ts ci: fix dts tests 3 years ago
setupHelpers.test-d.ts fix(types): optional boolean props should have boolean type in return type of defineProps (#7619) 3 years ago
tsconfig.build.json workflow: move to pnpm (#4766) 4 years ago
tsconfig.json chore: ignore template-explorer in dts tests 5 years ago
tsx.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 4 years ago
watch.test-d.ts fix(types): `$watch` callback parameters type (#6136) 3 years ago

README.md

Test-ts

Tests Typescript types to ensure the types remain as expected.

Configuration

tsconfig.json

Config used to test against the package source

tsconfig.build.json

Replaces the vue and @vue/* dependencies with the built Typescript to ensure the published types are correct.