fishDog 4178d5d7d9 fix(type): fix prop type infer (#4530) пре 4 година
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) пре 5 година
component.test-d.ts f6a5f09a3a types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup` (#4100) пре 4 година
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) пре 5 година
defineComponent.test-d.tsx 4178d5d7d9 fix(type): fix prop type infer (#4530) пре 4 година
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) пре 5 година
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) пре 5 година
index.d.ts f680074468 chore: fix dts test пре 4 година
inject.test-d.ts b2dc95378d types: fix + test inject API typing пре 5 година
reactivity.test-d.ts 2581cfb707 fix(types): fix types for readonly ref пре 4 година
ref.test-d.ts b79e4ca717 types(reactivity): Simplify the SymbolExtract (#4162) пре 4 година
refTransformMacros.test-d.ts 815bfcffae fix(types): fix ref macro types пре 4 година
setupHelpers.test-d.ts 1bab53e717 chore: remove deprecated defineEmit & useContext APIs пре 4 година
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 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) пре 5 година
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) пре 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.