vue3-yuanma/test-dts
2020-09-15 11:46:11 -04:00
..
component.test-d.ts types(runtime-core): refactor defineComponent (#1883) 2020-09-15 11:46:11 -04:00
componentTypeExtensions.test-d.tsx feat(types): deny unknown attributes on component by default (#1614) 2020-07-17 11:43:28 -04:00
defineComponent.test-d.tsx fix(types): properly infer return type from async setup (#2051) 2020-09-14 11:28:56 -04:00
functionalComponent.test-d.tsx types(runtime-core): make FunctionalComponent with emit string[] to be Component (#1879) 2020-08-19 10:00:48 -04:00
h.test-d.ts refactor(types): widen Component type to include consutructor types 2020-08-19 16:19:25 -04:00
index.d.ts feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
inject.test-d.ts types: fix + test inject API typing 2020-09-14 21:26:28 -04:00
reactivity.test-d.ts feat(types/reactivity): use DeepReadonly type for readonly return type (#1462) 2020-07-15 09:27:21 -04:00
README.md feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
ref.test-d.ts types(reactivity): improve typings for shallowRef (#1780) 2020-08-18 23:34:29 -04:00
tsconfig.build.json feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
tsconfig.json feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
tsx.test-d.tsx feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00
watch.test-d.ts feat(types): update to Typescript 3.9 (#1106) 2020-06-09 10:17:42 -04:00

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.