那里好脏不可以 6042ab0f2f chore: type [ci skip] il y a 4 ans
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) il y a 5 ans
component.test-d.ts 6042ab0f2f chore: type [ci skip] il y a 4 ans
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) il y a 5 ans
defineComponent.test-d.tsx 98b821d94a fix(types): preserve and expose original options on defineComponent return type (#5416) il y a 4 ans
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) il y a 5 ans
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) il y a 5 ans
index.d.ts 32e53bfd47 fix(types): keep the original type when unwrapping `markRaw` (#3791) il y a 4 ans
inject.test-d.ts b2dc95378d types: fix + test inject API typing il y a 5 ans
reactivity.test-d.ts 32e53bfd47 fix(types): keep the original type when unwrapping `markRaw` (#3791) il y a 4 ans
reactivityMacros.test-d.ts d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform il y a 4 ans
ref.test-d.ts c64907d261 fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) il y a 4 ans
setupHelpers.test-d.ts 04e5835196 fix(types/sfc): fix withDefaults type inference when using union types (#4925) il y a 4 ans
tsconfig.build.json 61c5fbd3e3 workflow: move to pnpm (#4766) il y a 4 ans
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests il y a 5 ans
tsx.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) il y a 5 ans
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) il y a 5 ans

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.