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: js/ts dependency inference with file suffix (Cherry-pick of #22041) #22056

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

WorkerPants
Copy link
Member

Description

Its possible that we have a file like foo.<suffix>.js, but when importing that file on another .js file, dependency inference wasn't working.

Its possible that we have a file like `foo.<suffix>.js`, but when
importing that file on another .js file, dependency inference wasn't
working.
@WorkerPants WorkerPants added this to the 2.25.x milestone Mar 7, 2025
@WorkerPants WorkerPants added category:bugfix Bug fixes for released features release-notes:not-required PR doesn't require mention in release notes labels Mar 7, 2025
@WorkerPants WorkerPants requested a review from benjyw March 7, 2025 05:03
@tdyas tdyas enabled auto-merge (squash) March 7, 2025 05:17
@tdyas tdyas merged commit dcbb66f into 2.25.x Mar 7, 2025
24 checks passed
@tdyas tdyas deleted the cherry-pick-22041-to-2.25.x branch March 7, 2025 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features release-notes:not-required PR doesn't require mention in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants