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 isIncluded error when using rollup-plugin-typescript2 #4725

Merged
merged 3 commits into from Nov 27, 2022

Conversation

lukastaegert
Copy link
Member

@lukastaegert lukastaegert commented Nov 25, 2022

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 #4722

Description

While this bug only appeared when using rollup-plugin-typescript2, it was indeed a bug in Rollup. Basically what was happening was that

  • when using this.load to pre-load a module, Rollup would not ensure the build was waiting for the load to complete (which would be fine), causing "incomplete" modules to appear when scanning for included modules in the generate phase
  • Rollup should be able to handle incomplete modules in case someone uses this.load after the build is complete

The fix is to skip incomplete modules in the relevant place.

@github-actions
Copy link

github-actions bot commented Nov 25, 2022

Thank you for your contribution! ❤️

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

npm install rollup/rollup#gh-4722-isincluded-fail

or load it into the REPL:
https://rollupjs.org/repl/?pr=4725

@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Merging #4725 (823887e) into master (96a5ba4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4725   +/-   ##
=======================================
  Coverage   99.03%   99.03%           
=======================================
  Files         216      216           
  Lines        7663     7664    +1     
  Branches     2116     2116           
=======================================
+ Hits         7589     7590    +1     
  Misses         24       24           
  Partials       50       50           
Impacted Files Coverage Δ
src/Module.ts 100.00% <100.00%> (ø)

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 4ee9a20 into master Nov 27, 2022
@lukastaegert lukastaegert deleted the gh-4722-isincluded-fail branch November 27, 2022 04:55
@rollup-bot
Copy link
Collaborator

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