You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Evan You 20a361541c fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef 4 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
component.test-d.ts types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup` (#4100) 4 years ago
componentTypeExtensions.test-d.tsx feat(types): deny unknown attributes on component by default (#1614) 5 years ago
defineComponent.test-d.tsx chore(compiler-core): fix typo in defineComponent.test-d (#4688) 4 years ago
functionalComponent.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 4 years ago
h.test-d.ts fix(types): h support for resolveComponent (#2402) 5 years ago
index.d.ts chore: fix dts test 4 years ago
inject.test-d.ts types: fix + test inject API typing 5 years ago
reactivity.test-d.ts fix(types): fix types for readonly ref 4 years ago
ref.test-d.ts fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef 4 years ago
refTransformMacros.test-d.ts fix(types): fix ref macro types 4 years ago
setupHelpers.test-d.ts chore: remove deprecated defineEmit & useContext APIs 4 years ago
tsconfig.build.json workflow: move to pnpm (#4766) 4 years ago
tsconfig.json chore: ignore template-explorer in dts tests 5 years ago
tsx.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 4 years ago
watch.test-d.ts types(watch): better typing when watching multiple sources (#2425) 5 years ago

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.