vue3-core/test-dts
Carlos Rodrigues c2913d57d1
fix(types): handling PropType<Function> with default value (#1896)
fix #1891
2020-08-19 16:36:42 -04:00
..
README.md
componentTypeExtensions.test-d.tsx
defineComponent.test-d.tsx fix(types): handling PropType<Function> with default value (#1896) 2020-08-19 16:36:42 -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
reactivity.test-d.ts
ref.test-d.ts
tsconfig.build.json
tsconfig.json
tsx.test-d.tsx
watch.test-d.ts

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.