vue3-yuanma/test-dts
2020-11-13 00:01:44 -05:00
..
component.test-d.ts fix(types): component instance inference without props (#2145) 2020-09-18 00:13:47 -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 types(defineComponent): fix optional Boolean prop types (#2401) 2020-10-19 17:25:55 -04:00
functionalComponent.test-d.tsx fix(types): fix using tuple type as EmitsOptions (#2160) 2020-09-22 10:05:37 -04:00
h.test-d.ts fix(types): h support for resolveComponent (#2402) 2020-10-20 15:56:29 -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 fix(types): ensure correct type for toRef and toRefs on existing refs 2020-10-27 18:50:34 -04:00
tsconfig.build.json types(defineComponent): fix missing exported types (#2124) 2020-09-16 09:29: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 chore: typos in suspense events (#2131) 2020-09-16 09:30:47 -04:00
useOptions.test-d.ts wip: type inference for useOptions 2020-11-13 00:01:44 -05: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.