vue3-core/test-dts
Amour1688 d3d5ad204d
fix(types): remove explicit return type annotation requirement for `this` inference in computed options (#4221)
2021-08-02 09:18:35 -04:00
..
README.md
component.test-d.ts types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup` (#4100) 2021-07-15 15:58:20 -04:00
componentTypeExtensions.test-d.tsx
defineComponent.test-d.tsx fix(types): remove explicit return type annotation requirement for `this` inference in computed options (#4221) 2021-08-02 09:18:35 -04:00
functionalComponent.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
h.test-d.ts
index.d.ts chore: fix dts test 2021-06-26 21:35:00 -04:00
inject.test-d.ts
reactivity.test-d.ts fix(types): fix types for readonly ref 2021-07-23 15:24:58 -04:00
ref.test-d.ts types(reactivity): Simplify the SymbolExtract (#4162) 2021-07-28 11:12:46 -04:00
refMacros.test-d.ts types: typing for ref macros 2021-07-16 17:35:04 -04:00
setupHelpers.test-d.ts chore: remove deprecated defineEmit & useContext APIs 2021-07-16 16:56:51 -04:00
tsconfig.build.json
tsconfig.json
tsx.test-d.tsx fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
watch.test-d.ts types(watch): better typing when watching multiple sources (#2425) 2020-12-04 16:32:26 -05:00

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.