HcySunYang f3e3f1f93b fix(types): calling readonly() with ref() should return Readonly<Ref<T>> há 4 anos atrás
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) há 5 anos atrás
component.test-d.ts f6a5f09a3a types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup` (#4100) há 4 anos atrás
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) há 5 anos atrás
defineComponent.test-d.tsx 3f5f98dcf5 chore(compiler-core): fix typo in defineComponent.test-d (#4688) há 4 anos atrás
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) há 5 anos atrás
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) há 5 anos atrás
index.d.ts f680074468 chore: fix dts test há 4 anos atrás
inject.test-d.ts b2dc95378d types: fix + test inject API typing há 5 anos atrás
reactivity.test-d.ts 2581cfb707 fix(types): fix types for readonly ref há 4 anos atrás
ref.test-d.ts f3e3f1f93b fix(types): calling readonly() with ref() should return Readonly<Ref<T>> há 4 anos atrás
refTransformMacros.test-d.ts 815bfcffae fix(types): fix ref macro types há 4 anos atrás
setupHelpers.test-d.ts 1bab53e717 chore: remove deprecated defineEmit & useContext APIs há 4 anos atrás
tsconfig.build.json 61c5fbd3e3 workflow: move to pnpm (#4766) há 4 anos atrás
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests há 5 anos atrás
tsx.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) há 5 anos atrás
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) há 5 anos atrás

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.