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: exports TreeshakingPreset #5131

Merged
merged 1 commit into from Sep 13, 2023

Conversation

moltar
Copy link
Contributor

@moltar moltar commented Sep 11, 2023

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Closes: #5128

Description

Exports TreeshakingPreset to fix tsup --dts-resolve flag.

@vercel
Copy link

vercel bot commented Sep 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2023 6:24pm

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #5131 (98a8aa5) into master (a5c88b7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5131   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files         226      226           
  Lines        8444     8444           
  Branches     2319     2319           
=======================================
  Hits         8354     8354           
  Misses         32       32           
  Partials       58       58           

@lukastaegert lukastaegert added this pull request to the merge queue Sep 13, 2023
Merged via the queue into rollup:master with commit 846e1bd Sep 13, 2023
12 checks passed
@github-actions
Copy link

This PR has been released as part of rollup@4.0.0-19. Note that this is a pre-release, so to test it, you need to install Rollup via npm install rollup@4.0.0-19 or npm install rollup@beta. It will likely become part of a regular release later.

@rollup-bot
Copy link
Collaborator

This PR has been released as part of rollup@3.29.2. You can test it via npm install rollup.

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.

RollupError: "TreeshakingPreset" is not exported by node_modules/rollup/dist/rollup.d.ts
4 participants