Evan You 1ff5960971 wip: useOptions -> defineOptions 5 년 전
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 년 전
component.test-d.ts 57bdaa2220 fix(types): component instance inference without props (#2145) 5 년 전
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) 5 년 전
defineComponent.test-d.tsx d9ad45ad6c types(defineComponent): fix optional Boolean prop types (#2401) 5 년 전
defineOptions.test-d.ts 1ff5960971 wip: useOptions -> defineOptions 5 년 전
functionalComponent.test-d.tsx 5dbd6b36a0 fix(types): fix using tuple type as EmitsOptions (#2160) 5 년 전
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) 5 년 전
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 년 전
inject.test-d.ts b2dc95378d types: fix + test inject API typing 5 년 전
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) 5 년 전
ref.test-d.ts 8e20375372 fix(types): ensure correct type for toRef and toRefs on existing refs 5 년 전
tsconfig.build.json 91d990d45a chore: ignore template-explorer in dts tests 5 년 전
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests 5 년 전
tsx.test-d.tsx 7e68ddd354 chore: typos in suspense events (#2131) 5 년 전
watch.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 년 전

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.