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 regression in internal dep hashing #420

Merged
merged 1 commit into from
Dec 23, 2021
Merged

Conversation

jaredpalmer
Copy link
Contributor

@jaredpalmer jaredpalmer commented Dec 23, 2021

Reverts mistake in #358
Fixes: #398 #414 and possibly even #417

@vercel
Copy link

vercel bot commented Dec 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/9QJ6tPx69wNGEUPVDiDQr9AY2v8M
✅ Preview: https://turbo-site-git-fix-internal-dep-hashing-2.vercel.sh

@jaredpalmer jaredpalmer merged commit 18956f0 into main Dec 23, 2021
@jaredpalmer jaredpalmer deleted the fix/internal-dep-hashing-2 branch December 23, 2021 18:49
sokra pushed a commit that referenced this pull request Oct 25, 2022
This adds support for resolving sub-modules into different but similarly-named modules. Before, `import "foo/bar";`  would always try to resolve "./bar" in the first "foo" package we could find, be it in `node_modules` or TS's `compilerOptions.baseUrl`. Now, we'll try to resolve it in all "foo" packages we can find.

Fixes #420
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.

Scopes and ignore not working correctly
1 participant