|
|
2 هفته پیش | |
|---|---|---|
| .. | ||
| README.md | 1 سال پیش | |
| appDirective.test-d.ts | 1 سال پیش | |
| appUse.test-d.ts | 1 سال پیش | |
| built.test-d.ts | 1 سال پیش | |
| compiler.test-d.ts | 1 سال پیش | |
| component.test-d.ts | 1 سال پیش | |
| componentInstance.test-d.tsx | 11 ماه پیش | |
| componentTypeExtensions.test-d.tsx | 1 سال پیش | |
| defineComponent.test-d.tsx | 1 ماه پیش | |
| defineCustomElement.test-d.ts | 1 سال پیش | |
| directives.test-d.ts | 6 ماه پیش | |
| extractProps.test-d.ts | 1 سال پیش | |
| functionalComponent.test-d.tsx | 1 سال پیش | |
| h.test-d.ts | 1 سال پیش | |
| inject.test-d.ts | 1 سال پیش | |
| package.json | 1 سال پیش | |
| reactivity.test-d.ts | 2 هفته پیش | |
| ref.test-d.ts | 2 هفته پیش | |
| scheduler.test-d.ts | 7 ماه پیش | |
| setupHelpers.test-d.ts | 4 ماه پیش | |
| tsconfig.test.json | 1 سال پیش | |
| tsx.test-d.tsx | 1 ماه پیش | |
| utils.d.ts | 1 سال پیش | |
| watch.test-d.ts | 1 سال پیش | |
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-private/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-dts.