Skip to content

Conversation

@lukastaegert
Copy link
Member

@lukastaegert lukastaegert commented Jun 26, 2025

Rollup Plugin Name: typescript

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

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

This reverts #1653 as many users were experiencing issues. If we want the feature, a new attempt should be made that tests for the issues described in #1877 and #1878

@shellscape
Copy link
Collaborator

We're going to need a test to protect against future regressions that this revert fixes

This reverts commit 40a38b1
This commit caused certain files to no longer be included in the project.
@lukastaegert lukastaegert force-pushed the revert/typescript/1653 branch from 45afb0e to 4557841 Compare June 28, 2025 04:41
@lukastaegert
Copy link
Member Author

I added a test. Without the revert, the test fails because it gets a warning that no declaration for the external module can be found. With the revert, the declaration is found again.

@shellscape
Copy link
Collaborator

Perfect!

@shellscape shellscape changed the title revert(typescript): revert #1653 fix(typescript): revert #1653 Jun 28, 2025
@shellscape shellscape merged commit a569848 into master Jun 28, 2025
8 of 10 checks passed
@shellscape shellscape deleted the revert/typescript/1653 branch June 28, 2025 12:41
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.

plugin-typescript 12.1.3 doesn't respect the include field in tsconfig.json plugin-typescript 12.1.3 cannot find modules with custom resolution logic

3 participants