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: moduleResolution: bundler support in tsconfig.json #50289

Closed
wants to merge 3 commits into from

Conversation

kevinwolfcr
Copy link
Contributor

@kevinwolfcr kevinwolfcr commented May 24, 2023

Fixes #47858
link NEXT-1281

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

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

Thanks!

Can you add a test to confirm this work?

See #36189 for an example

@kevinwolfcr
Copy link
Contributor Author

Thanks!

Can you add a test to confirm this work?

See #36189 for an example

Tests added here

@styfle
Copy link
Member

styfle commented May 26, 2023

Looks like CI is failing. Can we make sure this change is compatible with TS 4 as well?

@styfle styfle mentioned this pull request May 30, 2023
@styfle styfle changed the title Add moduleResolution: bundler support fix: moduleResolution: bundler support in tsconfig.json May 30, 2023
kodiakhq bot pushed a commit that referenced this pull request Jun 8, 2023
We need to upgrade TypeScript to land the following fixes:

- #50289
- #48018

And it should fix async components:
- https://twitter.com/sebsilbermann/status/1664356039876124672

Also see this related TS 5.0 issue:

- microsoft/TypeScript#53402
@kodiakhq kodiakhq bot closed this in #51065 Jun 9, 2023
kodiakhq bot pushed a commit that referenced this pull request Jun 9, 2023
- Fixes #47858
- Closes #50289

fix #47858
fix NEXT-1281

Co-authored-by: Kevin Wolf <3157426+kevinwolfcr@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NEXT-1281] Support moduleResolution bundler in tsconfig.json
3 participants