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.
 
 
 
 
HcySunYang 2b588cf1bc
fix(types): unwrap refs on public instance data (#3319)
4 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
component.test-d.ts types: support object as props type (#3165) 4 years ago
componentTypeExtensions.test-d.tsx feat(types): deny unknown attributes on component by default (#1614) 5 years ago
defineComponent.test-d.tsx fix(types): unwrap refs on public instance data (#3319) 4 years ago
functionalComponent.test-d.tsx fix(types): fix using tuple type as EmitsOptions (#2160) 5 years ago
h.test-d.ts fix(types): h support for resolveComponent (#2402) 5 years ago
index.d.ts fix(types): union function prop (#3119) 4 years ago
inject.test-d.ts types: fix + test inject API typing 5 years ago
reactivity.test-d.ts feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) 5 years ago
ref.test-d.ts fix(toRef): ref created from union typed prop can't be used in watch (#3048) 5 years ago
setupHelpers.test-d.ts wip: defineOptions -> defineProps + defineEmit + useContext 5 years ago
tsconfig.build.json chore: ignore template-explorer in dts tests 5 years ago
tsconfig.json chore: ignore template-explorer in dts tests 5 years ago
tsx.test-d.tsx test(types): test for tsx style validation 4 years ago
watch.test-d.ts 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.