Skip to content

Add import specifiers to bundle information#3722

Merged
lukastaegert merged 2 commits intomasterfrom
gh-3374-import-specifiers-in-bundle
Aug 15, 2020
Merged

Add import specifiers to bundle information#3722
lukastaegert merged 2 commits intomasterfrom
gh-3374-import-specifiers-in-bundle

Conversation

@lukastaegert
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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