vue3-core/test-dts
Evan You 20a361541c fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef
fix #4771
2021-10-09 17:51:15 -04:00
..
README.md
component.test-d.ts
componentTypeExtensions.test-d.tsx
defineComponent.test-d.tsx chore(compiler-core): fix typo in defineComponent.test-d (#4688) 2021-09-27 11:12:13 +02:00
functionalComponent.test-d.tsx
h.test-d.ts
index.d.ts
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 fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef 2021-10-09 17:51:15 -04:00
refTransformMacros.test-d.ts fix(types): fix ref macro types 2021-09-04 16:42:46 -04:00
setupHelpers.test-d.ts
tsconfig.build.json workflow: move to pnpm (#4766) 2021-10-08 14:23:30 -04:00
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.