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

Add import specifiers to bundle information #3722

Merged
merged 2 commits into from Aug 15, 2020

Conversation

lukastaegert
Copy link
Member

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:
Resolves #3374

Description

This will add a list of imported symbols per chunk to the bundle information

@rollup-bot
Copy link
Collaborator

rollup-bot commented Aug 14, 2020

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#gh-3374-import-specifiers-in-bundle

or load it into the REPL:
https://rollupjs.org/repl/?circleci=12597

@codecov
Copy link

codecov bot commented Aug 14, 2020

Codecov Report

Merging #3722 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3722   +/-   ##
=======================================
  Coverage   96.97%   96.98%           
=======================================
  Files         184      184           
  Lines        6419     6430   +11     
  Branches     1859     1861    +2     
=======================================
+ Hits         6225     6236   +11     
  Misses        103      103           
  Partials       91       91           
Impacted Files Coverage Δ
src/Chunk.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ff0f81...1a99cba. Read the comment docs.

@lukastaegert lukastaegert force-pushed the gh-3374-import-specifiers-in-bundle branch from 118ff10 to 91e5756 Compare August 14, 2020 06:13
@lukastaegert lukastaegert force-pushed the gh-3374-import-specifiers-in-bundle branch from bd39cd3 to 1a99cba Compare August 15, 2020 04:39
@lukastaegert lukastaegert merged commit cd64faf into master Aug 15, 2020
@lukastaegert lukastaegert deleted the gh-3374-import-specifiers-in-bundle branch August 15, 2020 04:45
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.

Expose ImportSpecifiers on the Chunk for plugins
2 participants