Evan You 5a41231352 chore: fix formatting + remove duplicated property in jsx type 2 years ago
..
README.md e78c223b30 chore: fix typo (#8392) 2 years ago
appUse.test-d.ts 1e0251a377 test: more strict linking in dts tests 3 years ago
built.test-d.ts 7374e93f02 fix(types): fix ComponentCustomProps augmentation (#9468) 2 years ago
compiler.test-d.ts 1e0251a377 test: more strict linking in dts tests 3 years ago
component.test-d.ts 1e0251a377 test: more strict linking in dts tests 3 years ago
componentTypeExtensions.test-d.tsx 1e0251a377 test: more strict linking in dts tests 3 years ago
defineComponent.test-d.tsx 0e1e8f919e fix(types): fix instance type when props type is incompatible with setup returned type (#7338) 2 years ago
defineCustomElement.test-d.ts 5d932a8e6d fix(types): defineCustomElement using defineComponent return type with emits (#7937) 2 years ago
extractProps.test-d.ts bff63c5498 feat(types): provide ExtractPublicPropTypes utility type 3 years ago
functionalComponent.test-d.tsx 5a2f5d59cf feat(types/slots): support slot presence / props type checks via `defineSlots` macro and `slots` option (#7982) 3 years ago
h.test-d.ts 16ecb44c89 fix(types): improve `h` overload to support union of string and component (#5432) 2 years ago
inject.test-d.ts 038cd830d5 fix(types): retain compatibility for provide() usage with explicit type parameter 3 years ago
package.json bc5846939c release: v3.3.8 2 years ago
reactivity.test-d.ts 1e0251a377 test: more strict linking in dts tests 3 years ago
reactivityMacros.test-d.ts 1e0251a377 test: more strict linking in dts tests 3 years ago
ref.test-d.ts 7c448000b0 fix(types): fix shallowRef return type with union value type (#7853) 2 years ago
setupHelpers.test-d.ts 94c049d930 fix(types): remove optional properties from defineProps return type (#6421) 2 years ago
tsconfig.test.json 1ddde63b40 build: adjust dts test setup 3 years ago
tsx.test-d.tsx 5a41231352 chore: fix formatting + remove duplicated property in jsx type 2 years ago
utils.d.ts bff63c5498 feat(types): provide ExtractPublicPropTypes utility type 3 years ago
watch.test-d.ts 7c448000b0 fix(types): fix shallowRef return type with union value type (#7853) 2 years ago

README.md

dts-test

Tests Typescript types to ensure the types remain as expected.

  • This directory is included in the root tsconfig.json, where package imports are aliased to src directories, so in IDEs and the pnpm check script the types are validated against source code.

  • When running tsc with packages/dts-test/tsconfig.test.json, packages are resolved using normal node resolution, so the types are validated against actual built types. This requires the types to be built first via pnpm build-types.