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: wrong params of the transform hook #4876

Merged
merged 2 commits into from Feb 25, 2023
Merged

Conversation

ZzqiZQute
Copy link
Contributor

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:

Description

The params of the transform hook should be (code: string, id: string), not ({code: string, id: string}).

@netlify
Copy link

netlify bot commented Feb 24, 2023

Deploy Preview for rollupjs ready!

Name Link
🔨 Latest commit 7b9c267
🔍 Latest deploy log https://app.netlify.com/sites/rollupjs/deploys/63f9a4ce8cbedc00088491b0
😎 Deploy Preview https://deploy-preview-4876--rollupjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@lukastaegert lukastaegert enabled auto-merge (squash) February 25, 2023 06:04
@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Merging #4876 (7b9c267) into master (cb64e1a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4876   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files         219      219           
  Lines        7945     7945           
  Branches     2189     2189           
=======================================
  Hits         7864     7864           
  Misses         26       26           
  Partials       55       55           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lukastaegert lukastaegert merged commit a9de15d into rollup:master Feb 25, 2023
@rollup-bot
Copy link
Collaborator

This PR has been released as part of rollup@3.17.3. 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.

None yet

3 participants