Skip to content

doc fix import assertions to attributes in API plugin development page#5251

Merged
lukastaegert merged 1 commit intorollup:masterfrom
lhapaipai:doc/update-plugin-development
Nov 17, 2023
Merged

doc fix import assertions to attributes in API plugin development page#5251
lukastaegert merged 1 commit intorollup:masterfrom
lhapaipai:doc/update-plugin-development

Conversation

@lhapaipai
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

Hello this PR allows you to update the documentation page: API plugin development.
https://rollupjs.org/plugin-development/#generatebundle
Indeed, the documentation still uses the term assertions whereas we must now use attributes.

there is also a small correction in an example where it was necessary to use the resolveId hook instead of load.

@vercel
Copy link

vercel bot commented Nov 16, 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 Nov 16, 2023 2:40pm

@codecov
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (01d8c9d) 98.89% compared to head (381377c) 98.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5251   +/-   ##
=======================================
  Coverage   98.89%   98.89%           
=======================================
  Files         232      232           
  Lines        8936     8936           
  Branches     2333     2333           
=======================================
  Hits         8837     8837           
  Misses         40       40           
  Partials       59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@lukastaegert lukastaegert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much. I was sure that I had changed from assertions to attributes everywhere, but apparently, I missed this entire file...

@lukastaegert lukastaegert added this pull request to the merge queue Nov 17, 2023
Merged via the queue into rollup:master with commit 1df8b49 Nov 17, 2023
@github-actions
Copy link

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

2 participants