Evan You 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
..
README.md 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
appDirective.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
appUse.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
built.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
compiler.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
component.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
componentInstance.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
componentTypeExtensions.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
defineComponent.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
defineCustomElement.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
extractProps.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
functionalComponent.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
h.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
inject.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
package.json 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
reactivity.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
ref.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
setupHelpers.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
tsconfig.test.json 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
tsx.test-d.tsx 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
utils.d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año
watch.test-d.ts 0bdb2a3bd7 workflow: move private packages to separate directory hace 1 año

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-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.