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.
 
 
 
 
Cédric Exbrayat c6443a43c9
test: package exclusion from code coverage (#2377)
5 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
component.test-d.ts fix(types): component instance inference without props (#2145) 5 years ago
componentTypeExtensions.test-d.tsx feat(types): deny unknown attributes on component by default (#1614) 5 years ago
defineComponent.test-d.tsx fix(types/tsx): optional props from Mixin/Extends are treated as required (#2048) 5 years ago
functionalComponent.test-d.tsx fix(types): fix using tuple type as EmitsOptions (#2160) 5 years ago
h.test-d.ts refactor(types): widen `Component` type to include consutructor types 5 years ago
index.d.ts feat(types): update to Typescript 3.9 (#1106) 5 years ago
inject.test-d.ts types: fix + test inject API typing 5 years ago
reactivity.test-d.ts feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) 5 years ago
ref.test-d.ts types(reactivity): improve typings for `shallowRef` (#1780) 5 years ago
tsconfig.build.json types(defineComponent): fix missing exported types (#2124) 5 years ago
tsconfig.json feat(types): update to Typescript 3.9 (#1106) 5 years ago
tsx.test-d.tsx chore: typos in suspense events (#2131) 5 years ago
watch.test-d.ts feat(types): update to Typescript 3.9 (#1106) 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.