Evan You d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 4 سال پیش
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
component.test-d.ts 3c449cd408 fix(types): fix propType<any> type inference (#4985) 4 سال پیش
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) 5 سال پیش
defineComponent.test-d.tsx 3f5f98dcf5 chore(compiler-core): fix typo in defineComponent.test-d (#4688) 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 3c449cd408 fix(types): fix propType<any> type inference (#4985) 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 سال پیش
reactivityMacros.test-d.ts d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform 4 سال پیش
ref.test-d.ts 2db9c909c2 feat(reactivity): support default value in toRef() 4 سال پیش
setupHelpers.test-d.ts 04e5835196 fix(types/sfc): fix withDefaults type inference when using union types (#4925) 4 سال پیش
tsconfig.build.json 61c5fbd3e3 workflow: move to pnpm (#4766) 4 سال پیش
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.