HcySunYang 4a965802e8 types: support object as props type (#3165) 5 years ago
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 years ago
component.test-d.ts 4a965802e8 types: support object as props type (#3165) 5 years ago
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) 5 years ago
defineComponent.test-d.tsx 48f0d2944f fix(types): extract the correct props type for the DateConstructor (#2676) 5 years ago
functionalComponent.test-d.tsx 5dbd6b36a0 fix(types): fix using tuple type as EmitsOptions (#2160) 5 years ago
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) 5 years ago
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 years ago
inject.test-d.ts b2dc95378d types: fix + test inject API typing 5 years ago
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) 5 years ago
ref.test-d.ts 4ca4666d58 fix(toRef): ref created from union typed prop can't be used in watch (#3048) 5 years ago
setupHelpers.test-d.ts 47d73c23e1 wip: defineOptions -> defineProps + defineEmit + useContext 5 years ago
tsconfig.build.json 91d990d45a chore: ignore template-explorer in dts tests 5 years ago
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests 5 years ago
tsx.test-d.tsx 7e68ddd354 chore: typos in suspense events (#2131) 5 years ago
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) 5 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.