Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular-virtual): fix build & remove unused scripts #807

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

garrettld
Copy link
Contributor

Excluding .d.ts files from the package output results in TypeScript errors for consumers trying to install @tanstack/angular-virtual.

For example:

image

(from https://tanstack.com/virtual/latest/docs/framework/angular/examples/fixed)

This was a simple copy/paste error that I only noticed after the package was published, since the .d.ts files are present locally and only get excluded by the actual npm publish.

Excluding .d.ts files from the package output results in TypeScript errors for consumers trying to install @tanstack/angular-virtual.
Copy link

pkg-pr-new bot commented Aug 21, 2024

commit: 6c06a57

@tanstack/angular-virtual

pnpm add https://pkg.pr.new/@tanstack/angular-virtual@807

@tanstack/lit-virtual

pnpm add https://pkg.pr.new/@tanstack/lit-virtual@807

@tanstack/react-virtual

pnpm add https://pkg.pr.new/@tanstack/react-virtual@807

@tanstack/solid-virtual

pnpm add https://pkg.pr.new/@tanstack/solid-virtual@807

@tanstack/svelte-virtual

pnpm add https://pkg.pr.new/@tanstack/svelte-virtual@807

@tanstack/virtual-core

pnpm add https://pkg.pr.new/@tanstack/virtual-core@807

@tanstack/vue-virtual

pnpm add https://pkg.pr.new/@tanstack/vue-virtual@807

Open in Stackblitz

More templates

Copy link

nx-cloud bot commented Aug 21, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 6c06a57. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@piecyk piecyk merged commit 566a9d0 into TanStack:main Aug 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants